code / tomo-lost-signal

Lines522 Tomo498 Markdown11 make10
1 others 3
INI3
(14 lines)

Lost Signal

This is a game for the "Lost Signal" game jam at Recurse Center. It's implemented in Tomo as a proof-of-concept and test case for the language.

In the game, you control a spaceship via satellite links. However, if the spaceship loses line of sight with all satellites, it loses signal and you can no longer control it (it will maintain the last direction it was given). Try to reach the end of a series of progressively harder levels!

make play
1 # Lost Signal
3 This is a game for the "Lost Signal" game jam at Recurse Center. It's
4 implemented in [Tomo](https://tomo.bruce-hill.com) as a proof-of-concept and
5 test case for the language.
7 In the game, you control a spaceship via satellite links. However, if the
8 spaceship loses line of sight with all satellites, it loses signal and you can
9 no longer control it (it will maintain the last direction it was given).
10 Try to reach the end of a series of progressively harder levels!
12 ```bash
13 make play
14 ```