Reply to comment

Maemo Game Creation Challenge 4

The results of the 7 hour challenge have been posted the google code project page.

Currently the code should compile on any gtkmm supported platform. A set of galaxies and planets are randomly generated and a map of where you currently are along with a circle showing where you are capable of moving to is displayed. The location where you start and the set of galaxies are currently the same with each launch of the game. This is intentional as the seed value for creating the game is hard coded into the engine currently.

If you launch the application from a shell window you will notice that the "button down" event is fired and logged whenever the mouse button is pressed. This will soon lead to code for warping between planets. I did not quite manage to make my goal of having something playable, but I was very close.

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote>
  • Lines and paragraphs break automatically.
  • You may post PHP code. You should include <?php ?> tags.
  • Web page addresses and e-mail addresses turn into links automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.
  • Images can be added to this post.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.