An open API service indexing awesome lists of open source software.

https://github.com/peteruhnak/pharo-tanks-game

Simple game in Pharo & Roassal
https://github.com/peteruhnak/pharo-tanks-game

Last synced: about 2 months ago
JSON representation

Simple game in Pharo & Roassal

Awesome Lists containing this project

README

        

# Pharo Tanks game

Simple game in Pharo & Roassal for a Uni class, so obviously not maintained.

demo: https://www.youtube.com/watch?v=WEq0aLa590k

diagrams: [diagrams/diagrams.md](diagrams/diagrams.md)

Installation:

```st
Metacello new
baseline: #ADPTanks;
repository: 'github://peteruhnak/pharo-tanks-game/repository';
load
```

Also see `ADPGameEngine class>>playgroundSample`