We are creating a game library.
- Get Squeak 6.0 or later
- Load Metacello
- Finally, load the library with the following command:
Metacello new
baseline: 'GameMecha';
repository: 'github://hpi-swa-teaching/GameMecha/src';
load.
The library comes with an extensive documentation in tests and class comments. You can load these by executing:
Metacello new
baseline: 'GameMecha';
repository: 'github://hpi-swa-teaching/GameMecha/src';
load: 'test'.
You can find the examples in the GameMecha-Examples
class category.