Pages

Saturday, April 21, 2018

Maze Builder 1.0.0.0



Download: https://goo.gl/2tt1KG

3D game created in C++ programming language using Visual Studio.

This small project is made only for testing First Person Shooter collision detection and this is the first FPS game that I made in C++. The game has built-in 2D level editor. 2D map objects will be replaced with 3D objects during gameplay. Player can move and jump through the virtual world with keyboard and joystick. The map can be edited with mouse, keyboard and joystick, too.

Keyboard controls:
A: Move left
D: Move right
S: Move down
W: Move up
Space: Jump/Add object
Page up: Next object
Page down: Previous object
1/2/3: Select object
Escape/Backspace: Quit/Back

Joystick controls:
D-pad: Move
Button 1: Jump/Add object
Button 2: Quit/Back
Button 3: Next object
Button 4: Previous object

No comments:

Post a Comment