Blog Archives

Java Game on Raspberry Pi

I try to get Java and LWJGL running on a Raspberry Pi, so I can run some little games on it.   To install OpenJDK 1.7 run the following command in your terminal: sudo apt-get install openjdk-7-jre   This will install the Runtime, if you need the development kit too, run: sudo apt-get install openjdk-7-jdk …
Read more

Raspberry Pi for Game Development

I just ordered a Raspberry Pi Model B Rev.2 which I want to use as platform for my next Gamedev project, an RPG written in Java. Here is a short preview video (just the basics so far): Indie RPG Java Game LWJGL My last RPi went into a Pool Control System (http://poolcontrol.at) where its used …
Read more

jPong version 1.2 released – major bugfix and graphic update

jpong_game_1-2

jPong 1.2 is now available for download. I hope you enjoy this little piece of software! Changelog: Fixed a bug, which would cause the Launcher to appear blank Added graphics for the paddles  

jPong Version 1.1 released – Multiplayer & Launcher

jpong_launcher_1-1

jPong 1.1 is now available for download. I hope you enjoy this little piece of software! Changelog: Added muliplayer-features for Client Added Server Added Launcher Added Graphics (pictures instead of circle for the ball)  

First Release of jPong for download!

Screenshot jPong v1.0

I just released the first Version of jPong, a Ping-Pong related game written in Java using AWT. check it: Click! At the moment it is controlled by [W] and [S] for the left cursor and [up] and [down] for the right one.