Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Platformer run jump example game — Gideros Forum

Platformer run jump example game

Tom2012Tom2012 Guru
edited March 2014 in Code snippets
Hey everyone

This is the basic engine for my new game. I thought there might be some new people (now or in the future) who want a simple example of how to do a game like this. It's a bit like mario, with tiles, scrolling and basic controls.

Here's the upload of my game. I've used existing classes and some of my own to do the following.

It combines:

- Scene manager
- Left right buttons
- Jump or fly button (my game uses 'fly' but you can change to jump)
- Multiple tile layers
- 4 way scrolling (with a parallax tilemap layer)
- Box 2d

(I've not used any copyright files.)

The download link is here: http://www.scaryhamster.com/Basic-Platformer.zip

http://giderosmobile.com/downloads/Basic-Platformer.zip

Hope it's of use to someone making a game.
+1 -1 (+5 / -0 )Share on Facebook

Comments

Sign In or Register to comment.