From 711f4f7cf0c84d719eda05683b9948d10f4d43bc Mon Sep 17 00:00:00 2001 From: Artem Kharytoniuk Date: Mon, 13 Mar 2017 15:00:41 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d48685c..70a7c5e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ Welcome to the Quake 3 source code! =============================== -Quake 3 is one of my favourite games. This repository is created in order to allow me to enjoy both this game and its source code in a world of chaning standards. I do not modify gameplay code or do the changes that are invariant to gameplay. +Quake 3 is one of my favourite games. This repository is created in order to allow me to enjoy both this game and its source code in a world of changing standards. I do not modify gameplay code or do the changes that are invariant to gameplay. -The general direction is towards simplification rather than complexity, so the codebase should be easy to build, executable does not require additional shared libraries to work, no crazy oop or multi-layered abstractions in the code (until I need this, since there is no absolute rules). Only windows platform is supported. +The general direction is towards simplification rather than complexity, so the codebase should be easy to build, executable does not require additional shared libraries to work, no crazy no-op oop or multi-layered abstractions in the code (until I need this, since there is no absolute rules). Only windows platform is supported. The screeenshot below has no relation to this codebase - just a random screenshot from my early programming experiments. Still it is here to stay. +Kenny + ![Screenshot](https://github.com/artemalive/Quake-III-Arena/raw/master/Screenshot.jpg)