Pages

Thursday, March 22, 2018

Crossroad Simulator 1.0.0.0 (Long Video)



Download: https://goo.gl/9tys47

The game helps to understand rules of the traffic on the crossroad. There are several simulation options like playback controls, game speed, zoom and traffic light toggle button. The traffic light can be powered on or off. Crossroad rules are defined using special editor for managing rules.

Keyboard controls:
A: About program
I: Zoom in
O: Zoom out
Page up: Increase speed
Page down: Decrease speed
P: Play/Pause
S: Stop
T: Toggle traffic lights on/off
Escape/Backspace: Quit/Back

Crossroad Simulator 1.0.0.0 (Short Video)



Download: https://goo.gl/9tys47

The game helps to understand rules of the traffic on the crossroad. There are several simulation options like playback controls, game speed, zoom and traffic light toggle button. The traffic light can be powered on or off. Crossroad rules are defined using special editor for managing rules.

Keyboard controls:
A: About program
I: Zoom in
O: Zoom out
Page up: Increase speed
Page down: Decrease speed
P: Play/Pause
S: Stop
T: Toggle traffic lights on/off
Escape/Backspace: Quit/Back

Turbo Tunnel 1.0.0.0



Download: https://goo.gl/ZMeSWu

Racing game created in C++ programming language using Visual Studio.

Race through the high speed tunnels to the eternity and avoid various kind of barriers to get score. Avoiding a barrier will give you 50 score. 10000 score is required for one life. The level is generating randomly in different patterns and colors. There are 10 levels in the game. The speed will be increasing after every level.

The game can be played with keyboard and joystick.

Keyboard controls:
W/A/S/D: Move
Space: Jump
Escape/Backspace: Quit/Back

Joystick controls:
D-pad: Move
Button 1: Jump
Button 2: Quit/Back

Turbo Tunnel 1.0.0.0 (Gameplay Video)



Download: https://goo.gl/ZMeSWu

Racing game created in C++ programming language using Visual Studio.

Race through the high speed tunnels to the eternity and avoid various kind of barriers to get score. Avoiding a barrier will give you 50 score. 10000 score is required for one life. The level is generating randomly in different patterns and colors. There are 10 levels in the game. The speed will be increasing after every level.

The game can be played with keyboard and joystick.

Keyboard controls:
W/A/S/D: Move
Space: Jump
Escape/Backspace: Quit/Back

Joystick controls:
D-pad: Move
Button 1: Jump
Button 2: Quit/Back

Monday, March 19, 2018

Crossroad Rule Editor 1.0.0.0



The rules of the crossroad are created with special Crossroad Rule Editor tool. The rule items can be added and edited by clicking on the check boxes. Rules include information about vehicle directions and directions that are accepted for going through the crossroad. The tool shows total number of rule items and number of errors if there are any on the bottom. Errors will be shown for duplicate items and invalid rules. The file can be saved to JSON format and C++ header file that contains all rules can be easily generated. This program is created in Java programming language.

Crossroad Simulator 1.0.0.0



Download: https://goo.gl/9tys47

The game helps to understand rules of the traffic on the crossroad. There are several simulation options like playback controls, game speed, zoom and traffic light toggle button. The traffic light can be powered on or off. Crossroad rules are defined using special editor for managing rules.

Keyboard controls:
A: About program
I: Zoom in
O: Zoom out
Page up: Increase speed
Page down: Decrease speed
P: Play/Pause
S: Stop
T: Toggle traffic lights on/off
Escape/Backspace: Quit/Back

Space Scape 1.0.0.0



Download: https://goo.gl/xR57b7

Shooter game created in C++ programming language using Visual Studio.

The player is surrounded by unlimited number of space ships. They are coming from the top side of the screen. Some space ships are easy to destroy and stronger ones will start to appear after some time. The game gets harder and harder. For every 50th kill, a pickup item will appear. There are several pickup types: weapon, shield, time, bonus score and explosion. The advanced weapons need an ammo. When player runs out of ammo for stronger weapons, weapon will downgrade. The maximum weapon level is 6. 10000 score is required to get one life.

The programming of this game involves a lot of trigonometry functions. They are used for calculating player movement and rotation, bullets, explosions and space ship control.

The game can be played with keyboard and joystick.

Keyboard controls:
W/A/S/D: Move
K: Shoot
Escape/Backspace: Quit/Back

Joystick controls:
D-pad: Move
Button 1: Shoot
Button 2: Quit/Back

Zombie Attack 1.0.0.0



Download: https://goo.gl/sRx1bG

Shooter game created in C++ programming language using Visual Studio.

The player is surrounded by unlimited number of zombies. They are chasing the player from all the sides of the screen. Some zombies are easy to kill and stronger ones will start to appear after some time. The game gets harder and harder. For every 50th kill, a pickup item will appear. There are several pickup types: weapon, shield, time, bonus score and explosion. The advanced weapons need an ammo. When player runs out of ammo for stronger weapons, weapon will downgrade. The maximum weapon level is 6. 10000 score is required to get one life.

The programming of this game involves a lot of trigonometry functions. They are used for calculating player movement and rotation, bullets, explosions and zombie chasing angles toward player.

The game can be played with keyboard and joystick.

Keyboard controls:
W/A/S/D: Move
K: Shoot
Escape/Backspace: Quit/Back

Joystick controls:
D-pad: Move
Button 1: Shoot
Button 2: Quit/Back

Sunday, March 18, 2018

Space Scape 1.0.0.0 (Gameplay Video)



Download: https://goo.gl/xR57b7

Shooter game created in C++ programming language using Visual Studio.

The player is surrounded by unlimited number of space ships. They are coming from the top side of the screen. Some space ships are easy to destroy and stronger ones will start to appear after some time. The game gets harder and harder. For every 50th kill, a pickup item will appear. There are several pickup types: weapon, shield, time, bonus score and explosion. The advanced weapons need an ammo. When player runs out of ammo for stronger weapons, weapon will downgrade. The maximum weapon level is 6. 10000 score is required to get one life.

The programming of this game involves a lot of trigonometry functions. They are used for calculating player movement and rotation, bullets, explosions and space ship control.

The game can be played with keyboard and joystick.

Keyboard controls:
W/A/S/D: Move
K: Shoot
Escape/Backspace: Quit/Back

Joystick controls:
D-pad: Move
Button 1: Shoot
Button 2: Quit/Back

Zombie Attack 1.0.0.0 (Gameplay Video)



Download: https://goo.gl/sRx1bG

Shooter game created in C++ programming language using Visual Studio.

The player is surrounded by unlimited number of zombies. They are chasing the player from all the sides of the screen. Some zombies are easy to kill and stronger ones will start to appear after some time. The game gets harder and harder. For every 50th kill, a pickup item will appear. There are several pickup types: weapon, shield, time, bonus score and explosion. The advanced weapons need an ammo. When player runs out of ammo for stronger weapons, weapon will downgrade. The maximum weapon level is 6. 10000 score is required to get one life.

The programming of this game involves a lot of trigonometry functions. They are used for calculating player movement and rotation, bullets, explosions and zombie chasing angles toward player.

The game can be played with keyboard and joystick.

Keyboard controls:
W/A/S/D: Move
K: Shoot
Escape/Backspace: Quit/Back

Joystick controls:
D-pad: Move
Button 1: Shoot
Button 2: Quit/Back