Winter-Examples provides examples on how to use Winter to develop some 2D games
Explore the docs »
Report a defect
|
Request feature
- Present the different components and features of Winter
- Guide on how to correctly use Winter
- The code is licensed under MIT.
- The documentation is licensed under CC BY-SA 4.0.
- Download the latest Pharo 32 or 64 bits VM.
- Load the latest playground version with
Metacello new
baseline: 'WinterExamples';
repository: 'github://apiorno/Winter-Examples:release-candidate/source';
load.- Copy the assets folder from the repo and paste it in your Pharo image directory.
You can now run any of the examples:
- Arkanoid
Arkanoid start- Spider Invasion
SpiderInvasion start- Wizard Battle Arena
WBA startTo load the project in a Pharo image, or declare it as a dependency of your own project follow this instructions.
Check the Contribution Guidelines
