Skip to content

despotadesdibujau/Winter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Winter

Winter is the new and updated version of Storm from Esteban . It is a 2D Game Framework Development using FFI with Chipmunk2D Physics Engine.

Problems

Chipmunk2D is temporarily disabled because of VM crashes problems on Linux and could not build properly on Windows. Physics temporarily simulated in Smalltalk.

Sound does not work on pharo for linux distributions, framework works fine but you will not hear sounds on Linux.

Instructions

  • Open a Playground and evaluate:
Metacello new
  baseline: 'Winter';
  repository: 'github://apiorno/Winter:master/source';
  load

Run Arkanoid example

Copy files on "Game Examples files" to the image directory And then run this on playground:

ArkanoidGame new start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 89.2%
  • HTML 10.8%