From 24054be13cb63625f3ce3f17241231fd2b042135 Mon Sep 17 00:00:00 2001 From: Balun Vladimir Date: Sun, 3 Mar 2019 14:46:08 +0300 Subject: [PATCH] feat(add): add additional documentation Added documentation about release change logs and added minimal system requirements for game. --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 11 ++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d8695ae4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +### Release 0.1.0 + +* created game server; +* added ECS base structure for game server; +* added custom simple math and physic modules for game server; +* added a large number of different tests for game server; +* created game client; +* added custom allocators and global memory managment; +* added custom math module for work with graphic on client; +* added basic structure of Scene Graph for game client; +* added custom primitive renderer for game client; +* added simple movement around the scene; +* created binary protocol between client and server; +* created primitive interaction client with game server; +* created some scripts for automatic building and running game client and server; +* added automatic CI tools for game client and server; +* added tools for creating installer for all project. diff --git a/README.md b/README.md index 3a6be612..4a59679b 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,22 @@ Racing world - is a 3D multiplayer online game about racing. At the moment the game is under development, the full description of the game will be added later. +## Minimum system requirements: + + CPU: Pentium III or AMD K6 + RAM: 100MB + OpenGL: Version 3.3 + OS: Windows 7, Windows 8, Windows 10 + Store: 500MB available space + Network: Broadband Internet connection + ## Installation Full installation guide you can read here. ## Contributing -Looking to contribute something to Bootstrap? Please read through our +Looking to contribute something to RacingWorld? Please read through our contributing guidelines in order to make the contribution process easy and effective for everyone involved.