Space invaders emulator with C++ and SFML
Edit Makefile and select between using SFML
SYSLIB := SFML
or using SDL:
SYSLIB := SDL
After that, just call make:
$ make install
$ emu8080
Tests are currently broken.
$ cd unit
$ make
$ ./unit
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Space invaders emulator with C++ and SFML
Edit Makefile and select between using SFML
SYSLIB := SFML
or using SDL:
SYSLIB := SDL
After that, just call make:
$ make install
$ emu8080
Tests are currently broken.
$ cd unit
$ make
$ ./unit