Skip to content

StephenWattam/asteroids

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published