Skip to content

yasiupl/rcktsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ab63d5 · May 5, 2021

History

72 Commits
Jan 14, 2020
Nov 5, 2019
Jan 14, 2020
Oct 4, 2019
Jan 14, 2020
May 5, 2021
Jan 12, 2020
Jan 15, 2020
Dec 25, 2019
Jan 14, 2020
Jan 15, 2020
Jan 15, 2020
Jan 14, 2020
Jan 15, 2020
Jan 13, 2020
Jan 12, 2020
Feb 22, 2020
Jan 14, 2020
Jan 14, 2020

Repository files navigation

rcktsim

Simple C++ 2D Rocket Simulation. University Project.

rcktsim

Gameplay

Objective

Shoot down as many enemy spacecraft and missles as possible.
Your final score is the number of points acquired times the dificulty level.

Controls

F1 - Print help message
W-S / Up-Down - Throttle Up-Down
A-D / Left-Right - Rotate Left-Right
E - Shoot rocket
Space - Toggle engine thrust

Dificulty levels

1 - I'm too young to die - Enemies fly in straight lines, no missles
2 - Hey, not too rough - Enemies try to follow you, no missles
3 - Hurt me plenty - Enemies follow you, shoot missles that fly in straight lines
4 - Ultra-violence - Enemies follow you, missles lock onto you

Dependencies

  • SFML

Installation

On Arch: sudo pacman -S sfml

On Ubuntu: sudo apt-get install libsfml-dev

Then: make help

About

Simple C++ 2D Game. School Project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published