Files
DarkRP2D/README.md
2018-06-05 10:02:42 +00:00

37 lines
906 B
Markdown

# README #
This README would normally document whatever steps are necessary to get your application up and running.
### What is this repository for? ###
* Quick summary
* Version
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
### How do I get set up? ###
* Summary of set up
* Configuration
* Dependencies
* Database configuration
* How to run tests
* Deployment instructions
### Contribution guidelines ###
* Writing tests
* Code review
* Other guidelines
### Networking ###
Networked physics uses Snapshot Interpolation and a Client-Server based approach.
Read [this](http://gamelabgraz.com/wp-content/uploads/2017/02/GDD_Talk_Summary_Neff_GDC2015_Physics_Networking.pdf) to find out why this decision was made.
# Dependencies #
- [SDL2](https://www.libsdl.org/index.php)
- Box2D
- [entityx](https://github.com/alecthomas/entityx) (downloaded by CMake)
- ... (included)