https://github.com/levongh/ninvaders
Space Invaders
https://github.com/levongh/ninvaders
Last synced: about 1 year ago
JSON representation
Space Invaders
- Host: GitHub
- URL: https://github.com/levongh/ninvaders
- Owner: levongh
- Created: 2018-09-06T12:35:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T07:20:27.000Z (over 4 years ago)
- Last Synced: 2025-02-09T09:12:23.720Z (over 1 year ago)
- Language: C++
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Table of Contents
- [Invaders](#Invaders)
- [history](#History)
- [TODO](#TODO)
To Play:
git clone https://github.com/levongh/ninvaders
cd ninvaders
make
./bin/ninvaders
## Invaders
Space invaders game implementation written in c++ using ncurses liberary to get
text-based user interfaces in a terminal independent manner
## History
Space Invaders is an arcade game created by Tomohiro Nishikade and released in 1978.
It was manufactured and sold by Taito in Japan, and licensed in the Unites States by
the Midway division of bally. Space Invaders is noe of the earliest shooting games,
the aim is to defeat waves of aliens with a laser to earn as many points as possible
## TODO
Todo list