Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alanedwardes/ae-proto-engine

Prototype networked game engine written in C++.
https://github.com/alanedwardes/ae-proto-engine

Last synced: 1 day ago
JSON representation

Prototype networked game engine written in C++.

Awesome Lists containing this project

README

        

ae-proto-engine
===============

Prototype networked game engine written in C++:

* Cient/server networked architecture
* Physics simulation with Box2D
* Renderer written with SFML
* Levels described with regular JSON

![Screenshot of the engine running.](screenshot.png)

Requirements
---------------
* CMake - available at http://www.cmake.org/
* Visual Studio 2013 (for Windows)

Compilation on other platforms will require link libraries to be recompiled - currently only Windows libraries are included.