StephenWattam / asteroids

An asteroids clone in C, rendered using curses

Home Page:https://stephenwattam.com/projects/asteroids/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curses Asteroids

This is a simple asteroids game written in C using the curses library to render. It samples bitmaps at different resolutions to render, so looks best in a huge terminal with tiny text.

screenshot.png

Build

$ make

Run

$ ./as

Controls

To control the ship, use the arrow keys (left, right turns and back/forward accelerates and decelerates). To fire, press space. To zoom in/out use + and -. The p key pauses, and F1 quits. Or just hit control-C.

About

An asteroids clone in C, rendered using curses

https://stephenwattam.com/projects/asteroids/


Languages

Language:C 99.3%Language:Makefile 0.7%