Skip to content

bernardjason/my-demo-game

Repository files navigation

Demo Game

a simple snake game. to run desktop version

./gradlew desktop:run

you can compile for browser

./gradlew html:superDev

then visit http://localhost:8080/index.html and http://127.0.0.1:9876/

to build standalone fat jar

./gradlew desktop:dist

To make a deliverable suitable for incorporating into website

./gradlew html:dist

then

cd html/build/dist
python3 -m http.server

and visit http://127.0.0.1:8000/

About

A simple snake demo game for libgdx written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published