Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakkusakura/escape
A simple game written in c++ and opengl
https://github.com/jakkusakura/escape
Last synced: about 6 hours ago
JSON representation
A simple game written in c++ and opengl
- Host: GitHub
- URL: https://github.com/jakkusakura/escape
- Owner: JakkuSakura
- License: mit
- Created: 2020-02-18T06:04:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T06:22:06.000Z (almost 5 years ago)
- Last Synced: 2023-11-25T05:21:23.620Z (about 1 year ago)
- Language: C++
- Size: 833 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Escape
This is a simple shooting game where AI control the hero to escape the underground world, as a platform for convenience to learn AI stuff.It's still in very early stage.
## Requirements
Ogre 1.12 or cocos2dx 4.0(3.x probably works)Box2D
Lua
## TODO
- [ ] Use lua to manipulate Agent behaviors.
- [ ] Add LuaScript system to control map
- [ ] add terrain system
## Folders
assets holds all the runtime resources and will be copied into bin when calling cmake. Sometimes there's a cache issue, use copy assets into bin manually.