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
- Host: GitHub
- URL: https://github.com/ollevche/space-invader
- Owner: ollevche
- License: mit
- Created: 2018-10-06T19:48:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T18:58:01.000Z (over 5 years ago)
- Last Synced: 2025-02-08T21:31:11.525Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 4.59 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## 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`