TOMSpaceshooter

Details

Source
GitHub
License
MIT
Stars
3
Forks
1
Created
Jan. 26, 2016
Updated
Oct. 24, 2022

README excerpt

# Totally Obsolete Mission

A rogue-like spaceshooter of a spaceship on an obsolete mission.

![The game](https://raw.githubusercontent.com/tom95/TOMSpaceshooter/master/assets/screenshot.png)

## Installation

> Note: sadly requires opensmalltalk VM builds with FloatArray fixes that are not currently available to download easily.

```smalltalk
Metacello new
  baseline: 'TOMSpaceShooter';
  repository: 'github://tom95/TOMSpaceshooter';
  load.
```

## Play

```
TOMGame start.
```

Hit `<tab>` to just start the game. Move the spaceship with `ijkl`, shoot with `<space>`, and cycle through equipment via `1234`.
← Back to results