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
- Host: GitHub
- URL: https://github.com/peteruhnak/pharo-tanks-game
- Owner: peteruhnak
- License: mit
- Created: 2016-12-21T14:54:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T16:24:56.000Z (over 8 years ago)
- Last Synced: 2025-02-09T18:52:08.409Z (3 months ago)
- Language: Smalltalk
- Size: 5.25 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`