sebras / st

C port of Ken Thompson's Space Travel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space Travel

This is a C port of Ken Thompson's Space Travel, ported from PDP-7 assembly. The original source files are in src/cmd/st*.s in the pdp7-unix repository.

Install

The SDL2 and SDL2_ttf libraries are required.

Run make to build st.

Controls

Key Action
1 Quit
2 New game
3 Thrust down
4 Thrust up
5 Yaw right
6 Yaw left
7 Scale up
8 Scale down

About

C port of Ken Thompson's Space Travel


Languages

Language:C 99.6%Language:Makefile 0.4%