Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

oakes/libgdx-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here are a few libGDX games I made in Java. You can run them in your browser or download JAR files that you can run locally. None of them are finished, but they might help those who are interested in learning libGDX. They are basically the Java equivalents of some of the games in play-clj-examples. All files that originate from this project are dedicated to the public domain.

[1] Based on Notch's Ludum Dare entry

[2] Based on a libGDX test game

[3] I used a bizarre technique in the tetris game, using a low-level libGDX feature to count the pixels on the screen. As a result, I was unable to compile an HTML5 version.