Happy !

estebanlm / Storm

Project infos

License MIT
Tags game, pharo, nativeboost, athens
Creation date 2012-11-21
Website

Monticello registration

About Storm

A small game engine.

For being able to use this you will need:

  • NB capable VM.
  • Athens.
  • Chipmunk library. You can download it at Chipmunk

Be sure to configure Chipmunk using:

cmake -DCMAKE_C_FLAGS='-m32 -DCHIPMUNK_FFI' .

Install

(in a 2.0 image)

Gofer it   
    smalltalkhubUser: 'estebanlm' project: 'Storm';  
    package: 'ConfigurationOfStorm';  
    load.  
(ConfigurationOfStorm project version: '0.1') load.

Examples

Once installed, you can execute:

  • AthensPlayground example1.
  • AthensPlayground example2.
  • StormFallingBall new start.