pharo-tanks-game

Description

Simple game in Pharo & Roassal

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
1
Created
Dec. 21, 2016
Updated
Dec. 21, 2016

Categories

UI / Graphics Games

README excerpt

# 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`
← Back to results