2D Animation Software


Home
News
Samples
Download
Tutorials
Contact

More
- About
- Contests
- Education
- Games
- Packages
- Policy
- Screenshots

Utils
- Spider

Games

The Stickman Game Engine is a free 2D game engine system. The system is still under developement. The goal is to offer a simple, easy to use and powerful way to create all kind of 2D games for the Windows platform. It is not necessary to have Stickman installed to play the games.

Click on the image below to download a sample game created with Stickman Game Engine:


Stickman & Elemento is used to create graphics and animations for the games. Stickman users can duplicate and modify the graphics to create new levels. The game engines are described in a new simple script language. The new script language look like this:

# This is a comment.
# "MyGameEngine.txt"
=========Input===============
Elemento track
Elemento car
Sound music
=========LoadLevel===========
load
  elemento track
  elemento car
  sound music
end load
play
  repeatSound music
end play
=========DoNextStep==========
# This code is executed for every frame.
if Time() > 10
  # Goto next level after 10 seconds.
  level end
end if

# This is a comment.
# "game.txt"
# Tell the game system to use MyGameEngine.
game MyGameEngine
# Define the settings for level 1.
level "Level 1"
  track "track.elemento"
  car "car.elemento"
  music "music.wav"
end level
# Define the settings for level 2.
level "Level 2"
  track "track2.elemento"
  car "car2.elemento"
  music "music2.wav"
end level

If you have ideas or questions, send email to: