Simple game in Pharo & Roassal
# 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`