Skip to content

Commit

Permalink
feat(add): add additional documentation
Browse files Browse the repository at this point in the history
Added documentation about release change logs and added minimal system requirements for game.
  • Loading branch information
VladimirBalun committed Mar 3, 2019
1 parent 70395a7 commit 24054be
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="./Documentation/INSTALLATION.md">here.</a>

## Contributing

Looking to contribute something to Bootstrap? Please read through our
Looking to contribute something to RacingWorld? Please read through our
<a href="./Documentation/CONTRIBUTING.md">contributing guidelines</a> in
order to make the contribution process easy and effective for everyone involved.

Expand Down

0 comments on commit 24054be

Please sign in to comment.