Skip to content

JoseLGF/SpaceIvaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceIvaders

Space invaders emulator with C++ and SFML

Build the project

Edit Makefile and select between using SFML

SYSLIB := SFML

or using SDL:

SYSLIB := SDL

After that, just call make:

$ make install

Run the project

$ emu8080

Build the unit tests

Tests are currently broken.

$ cd unit
$ make
$ ./unit

About

Space invaders emulator with C++ and SFML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors