Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nsubiron/mess-engine
Basic game engine expandable in Python.
https://github.com/nsubiron/mess-engine
Last synced: about 2 months ago
JSON representation
Basic game engine expandable in Python.
- Host: GitHub
- URL: https://github.com/nsubiron/mess-engine
- Owner: nsubiron
- License: mit
- Created: 2017-11-03T10:44:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-08T13:52:06.000Z (about 7 years ago)
- Last Synced: 2024-10-13T15:41:22.668Z (3 months ago)
- Language: C++
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MESS Engine
===========Install dependencies (requires a relatively new version of clang too)
$ sudo apt-get install build-essential ninja-build libboost-all-dev libssl-dev libpython3.5-dev
$ sudo pip install PyYamlSetup
$ ./Setup.sh
Build
$ make
Run server
$ ./build/mess/release/bin/mess_server --help
Run client
$ ./source/client/tcp_client_cmd.py --help
Open Sublime Text project
$ make sublime && subl ./projects/MESS\ Engine.sublime-project