Skip to content

A space shooter game created in 48 hours during a C++ bootcamp

Notifications You must be signed in to change notification settings

arnovandash/FT_Retro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ RUSH00 in Ncurses by bsaunder and arnovan-
*Had working starfield but disabled for correction
*Running at 30FPS

Features:
Single-player
Display using the ncurses library
Horizontal or vertical scrolling (The screen area moves through the world, very much like in R-Type for example)
Random enemies
The player can shoot at enemies
Basic collision handling (If an enemy touches you, you die)
Game entities occupy one ’square’ of the map only.
Frame-based timing

Bonus Features:
Displaying score, time, number of lives, etc... on screen
Clock-based timing (Use whichever system facility or library you like)
Scenery (Collidable objects or simple background)
Enemies have a scripted behaviour

About

A space shooter game created in 48 hours during a C++ bootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published