Mario

Description

A mario 1985 version, in Smalltalk

Details

Source
GitHub
Stars
61
Forks
2
Created
Feb. 4, 2020
Updated
Dec. 31, 2025

README excerpt

# Mario
A mario 1985 version, in Smalltalk

## Installation on Pharo
Execute the following incantation in a Playground:

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

To run the game execute 
```Smalltalk
MaGame new run
```

![image](https://user-images.githubusercontent.com/10532890/78724964-7ea42600-78fc-11ea-9ddd-42057e69542c.png)

← Back to results