Skip to content

philippeback/gdev

Repository files navigation

Ludus for Amber

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.

Status

  • All games are working

Prerequisites

  1. You need a web browser with a reasonably good support for HTML5 canvas.
  2. You need to have nodejs installed.

Getting Started

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!

See also

Another Amber Smalltalk game framework by Masashi Umezawa https://github.com/mumez/enchant-from-amber . It wraps the enchantjs library with Amber Smalltalk code.

About

Amber-lang demo for Google Devdays

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published