An open API service indexing awesome lists of open source software.

https://github.com/ollevche/space-invader

:space_invader: Simple frame-based space shooter core, which can be extended easily
https://github.com/ollevche/space-invader

Last synced: about 1 year ago
JSON representation

:space_invader: Simple frame-based space shooter core, which can be extended easily

Awesome Lists containing this project

README

          

# :space_invader: Space Invaderrrrr!

This project is a part of C++ pool in 42 school. It's a space shooter game with the only rule: **do not crash**!

Controls: `WASD` for moves and `SPACE` for shooting.


Space Invader in action

## How to run on Ubuntu?

* install `clang++` compiler
* run `git clone https://github.com/ollevche/space-invader && cd space-invader`
* compile game: `make`
* run game: `./ft_retro`