• Stars
    star
    165
  • Rank 228,535 (Top 5 %)
  • Language
    Java
  • Created almost 11 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A small platform game.

Grounded

A small platform game, by Alejandro Santos, [email protected]. This project got featured on Reddit Programming, thanks for all the comments!!

Because reinventing the wheel several times is the best way to learn about wheels.

This is a research project about the creation of the same game in different programming languages. So far I've done this game in:

  • Python, using PyGame
  • C, using SDL 1.2
  • Java, using native Swing and Java2D
  • C++, using SDL2.

Screenshot

Graphics

The graphics were made by Emiliano Luciani.

License

Copyright (C) Alejandro Santos, 2014, [email protected].

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.