Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.02 KB

FUTBALL

Your universe is an infinite tile floor inhabited by rolling marbles. There is no way out. Your only hope is to survive as long as possible, although it is ultimately hopeless.

Futball is written in Python, with graphics generated by a ray tracer written in Futhark. No polygons anywhere!

Usage

Run make to compile. You will need:

The latter three can be installed with pip install -r requirements.txt.

If you are very brave, you can also try futhark-pycffi. Install it and run make _engine.so. The game will automatically pick it up.

Controls

Move around with WASD or the arrow keys, look with the mouse, and jump with the space bar.

Windows?

Probably not.