GameJam 22
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
ImgBotApp eb4d847c03
[ImgBot] Optimize images
*Total -- 393.11kb -> 298.36kb (24.1%)

/assets/tiled/roguelikeSheet_transparent.png -- 92.36kb -> 45.92kb (50.28%)
/assets/tiled/roguelikeIndoor_transparent.png -- 20.10kb -> 10.64kb (47.07%)
/assets/sprites/final_walking_animation_sheet.png -- 81.28kb -> 69.17kb (14.9%)
/assets/tiled/tilesheet_complete.png -- 199.36kb -> 172.63kb (13.41%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
1 year ago
assets [ImgBot] Optimize images 1 year ago
core fix map loading 1 year ago
gradle/wrapper Initial Content 1 year ago
lwjgl3 Change source level to java 17 1 year ago
.gitattributes Initial Content 1 year ago
.gitignore add tiled-session files to ignore 1 year ago
README.md Initial Content 1 year ago
build.gradle Change source level to java 17 1 year ago
gradle.properties Initial Content 1 year ago
gradlew Initial Content 1 year ago
gradlew.bat Initial Content 1 year ago
settings.gradle Initial Content 1 year ago

README.md

gamejam22

A libGDX project generated with gdx-liftoff.

This project was generated with a template including simple application launchers and a main class extending Game that sets the first screen.

Gradle

This project uses Gradle to manage dependencies. The Gradle wrapper was included, so you can run Gradle tasks using gradlew.bat or ./gradlew commands. Useful Gradle tasks and flags:

  • --continue: when using this flag, errors will not stop the tasks from running.
  • --daemon: thanks to this flag, Gradle daemon will be used to run chosen tasks.
  • --offline: when using this flag, cached dependency archives will be used.
  • --refresh-dependencies: this flag forces validation of all dependencies. Useful for snapshot versions.
  • build: builds sources and archives of every project.
  • cleanEclipse: removes Eclipse project data.
  • cleanIdea: removes IntelliJ project data.
  • clean: removes build folders, which store compiled classes and built archives.
  • eclipse: generates Eclipse project data.
  • idea: generates IntelliJ project data.
  • lwjgl3:jar: builds application's runnable jar, which can be found at lwjgl3/build/libs.
  • lwjgl3:run: starts the application.
  • test: runs unit tests (if any).

Note that most tasks that are not specific to a single project can be run with name: prefix, where the name should be replaced with the ID of a specific project. For example, core:clean removes build folder only from the core project.