Concurrent programming and interactive interfaces (PCII) – L3 Computer Science MIAGE course
Video game type car racing (inspired by the 80s) in the universe of Naruto Shippuden.
In order to begin new training for Naruto, Kakashi decided to first test his skills. To do this, he has set up a course full of obstacles on which Naruto will have to last as long as possible. Help Naruto dodge as many obstacles as possible and catch up with Kakashi before time runs out.
Java with an IDE
Import the project into your IDE, select the Main class at the root of the project then Run as Java Application.
- Move your character using the left and right directional keys.
- Your character’s speed is automatically managed based on their proximity to the track. Thus, the further your character is from the track, the more he will gradually lose speed. If his speed reaches zero, the game is over.
- You have a time limit to reach checkpoints (represented by the character of Kakashi) which will allow you to add time. If the time limit reaches zero, the game is over.
- Obstacles will appear on your way (represented by shurikens, kunais, etc.). With each obstacle encountered, your character’s speed will decrease.
- Goal of the game: have the highest score at the end of the game.
Categories:
Entertainment