Frogatto & Friends

Frogatto sprite

Frogatto & Friends is an action-adventure platformer game, starring a certain quixotic frog.
We're an open-source community project, and welcome contributions!
We also have a very flexible editor and engine you can use to make your own creations.

Cube Trains

May 8th, 2012 by DDR

Hello.
Over the past half-year or so, I’ve made a game using the Frogatto engine called Cube Trains. It’s a 3D puzzle game based around building tracks in the confines of the city. You can visit the website over here: http://ddr0.github.com. A picture is worth a thousand words, they say, and I’m not very talkative. Let’s make this post 2153 words long, shall we?

First screenshot of Cube Trains.
Second screenshot of Cube Trains.

Beta video: http://www.youtube.com/watch?v=H7OMc4HwYS8&feature=channel&list=UL
Alpha video: http://www.youtube.com/watch?v=H7OMc4HwYS8&feature=channel&list=UL

Just a side note, in the 0.2.0 release for windows and linux, you’ll need to remove any Frogatto save-files you have saved from their save folder. Cube Trains expects there to be none there when it starts up the first time, though you can rename the save-files and put them back when you’re done. (save.cfg -> save1.cfg, save1.cfg -> save2.cfg, and so on) This problem does not affect Mac users.

The code is available in the cube_trains module of Frogatto, in the more recent git versions.

FacebooktwitterredditmailFacebooktwitterredditmail

2 responses to “Cube Trains”

  1. Andrew says:

    Wow. I had no idea that isometric graphics like that were possible in Frogatto.

  2. DDR says:

    Surprisingly, it took about four lines of code to set up the 3D effect. In many ways, Frogatto is a wonderful engine to work with.