您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
|
12 年前 | |
|---|---|---|
| .settings | 12 年前 | |
| build | 12 年前 | |
| lib | 12 年前 | |
| res | 12 年前 | |
| src/mightypork | 12 年前 | |
| .classpath | 12 年前 | |
| .gitignore | 12 年前 | |
| .project | 12 年前 | |
| README.md | 12 年前 | |
| check | 12 年前 | |
| pull | 12 年前 | |
| send | 12 年前 | |
README.md
Rogue - dungeon crawler
Goals
- Simple retro-themed dungeon crawler
Features
- Full OOP design
- Event driven
- OpenGL 2D rendering
- Screen / layer based graphics with Constraint System
- A* path-finding system
- Audio, Font & Texture systems
- Easily extensible base framework
Gameplay
- Real-time action
- Monsters with AI
- Collectable items (weapons, food)
- Random floor generator
Used libraries
- LWJGL (OpenGL & OpenAL support)
- SlickUtil (texture loader, audio system)