Skip to content

Shoot-and-move space game, the Space Invaders game replication.

Notifications You must be signed in to change notification settings

averemi/Ft_retro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_retro

The entities of the game are each represented by a character on the terminal screen.

The basic characteristics are:

• 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 multiple ’squares’ of the map

• Displaying score, time, number of lives, etc... on screen

• Clock-based timing

• Enemies can also shoot

• Scenery (Collidable objects or simple background)

• Enemies have a scripted behaviour

• Game sound

About

Shoot-and-move space game, the Space Invaders game replication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published