The Dungeon Game
-
Welcome to the coolest demo in this project, a full-blown dungeon crawling game! This tiny game was inspired by classics like Dungeon Siege and Diablo. It features third-person perspective camera, PS2 Controller input, melee combat between player and badies, particle effects, shadow-blobs and MD2 animations. No health items, but killing an enemy will give you some HP back. Overall, the game is quite hard; this was not intended, it just happened
.
-
Player movement controls:
- [UP]
- [DOWN]
- [RIGHT]
- [LEFT]
- [L_THUMBSTICK]: Free movement in all directions.
Camera rotation controls:
- [L1]: Rotate camera to the left;
- [R1]: Rotate camera to the right;
- [L2]: Pitch the camera up;
- [R2]: Pitch the camera down;
- [L3]: Zoom in;
- [R3]: Zoom out;
- [R_THUMBSTICK]: Combines all the above.
Miscellaneous:
- [SELECT]: Toggles the developer console;
- [START]: Toggles several debugging tools;
- [CROSS]: Make the player attack;
- [TRIANGLE]: Quit to main menu.