Basic tapping testing in libGDX.
Go to file
James Skemp 0b086afb2a Update README.md 2015-07-19 22:09:35 -05:00
android Standard updates for widths and heights, title, and Android needs. 2015-07-18 21:12:26 -05:00
core Display the number of times each box has been tapped on the screen. 2015-07-19 14:02:11 -05:00
desktop Standard updates for widths and heights, title, and Android needs. 2015-07-18 21:12:26 -05:00
gradle/wrapper Initial commit of new project. 2015-07-18 21:09:37 -05:00
html Standard updates for widths and heights, title, and Android needs. 2015-07-18 21:12:26 -05:00
ios Initial commit of new project. 2015-07-18 21:09:37 -05:00
.gitignore Initial commit of new project. 2015-07-18 21:09:37 -05:00
README.md Update README.md 2015-07-19 22:09:35 -05:00
build.gradle Initial commit of new project. 2015-07-18 21:09:37 -05:00
gradle.properties Initial commit of new project. 2015-07-18 21:09:37 -05:00
gradlew Initial commit of new project. 2015-07-18 21:09:37 -05:00
gradlew.bat Initial commit of new project. 2015-07-18 21:09:37 -05:00
libGDX-Tapping-Demo gen settings.png Adding screenshot of settings to generate a new libGDX 1.6.4 project. 2015-07-18 21:08:08 -05:00
settings.gradle Initial commit of new project. 2015-07-18 21:09:37 -05:00

README.md

libGDX Tapping Demo

Basic tapping testing in libGDX.

This application has a couple objects that will keep track of how many times they've been tapped.

This code has become part of my general libGDX Demo project, and is specifically part of the Tapping Demo.