Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 401 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 401 Bytes

Mario

A mario 1985 version, in Smalltalk

Installation on Pharo

Execute the following incantation in a Playground:

Metacello new
    baseline: 'Mario';
    repository: 'github://akevalion/Mario';
    load.

To run the game execute

MaGame new run

image