Skip to content

apiorno/Winter-Examples

Repository files navigation

Winter-Examples

Winter-Examples provides examples on how to use Winter to develop some 2D games
Explore the docs »

Report a defect | Request feature

Build Status Pharo 7.0 Pharo 9.0

Goals

  • Present the different components and features of Winter
  • Guide on how to correctly use Winter

License

  • The code is licensed under MIT.
  • The documentation is licensed under CC BY-SA 4.0.

Quick Start

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 start

Installation

To load the project in a Pharo image, or declare it as a dependency of your own project follow this instructions.

Contributing

Check the Contribution Guidelines

About

Examples on how to use Winter to develop some basic games

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors