This repository is a move to Amber Smalltalk version 0.13.0 from the original work of Bernat Romagosa (version 0.9.1). The name stands for game or leisure in Latin.
- All games are working
- You need a web browser with a reasonably good support for HTML5 canvas.
- You need to have nodejs installed.
Install amber
from the npm (node package manager) repository
npm -g install amber-cli
In order to install the dependencies, you need the bower
client side package manager.
npm -g install bower
You now can install the dependencies:
bower install
And launch the amber server.
amber serve
Point your browser to:
http://localhost:4000
Enjoy!
Another Amber Smalltalk game framework by Masashi Umezawa https://github.com/mumez/enchant-from-amber . It wraps the enchantjs library with Amber Smalltalk code.