Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
|
il y a 12 ans | |
|---|---|---|
| .settings | il y a 12 ans | |
| lib | il y a 12 ans | |
| res | il y a 12 ans | |
| src/mightypork | il y a 12 ans | |
| .classpath | il y a 12 ans | |
| .gitignore | il y a 12 ans | |
| .project | il y a 12 ans | |
| README.md | il y a 12 ans | |
| check | il y a 12 ans | |
| pull | il y a 12 ans | |
| send | il y a 12 ans | |
README.md
Rogue - dungeon crawler
Goals
- Simple retro-themed dungeon crawler
- (Multiplayer support) <- maybe
- Threads for resource loading and event handling
Features
- Full OOP design
- Event driven
- OpenGL 2D rendering
- Screen / layer based graphics with Constraint System.
Gameplay
- Random floors
- Turn-based
- Monsters with AI (-> combat system)
- Collectable items, armor upgrades etc.
- Health, Hunger, Level
Used libraries
- LWJGL (OpenGL & OpenAL support)
- SlickUtil (texture loader, audio system)