Commit unzipped original NetworkedTicTacToeStarter folder

This commit is contained in:
2026-03-13 14:40:56 +00:00
parent 64af2ed168
commit 212119adac
50 changed files with 2359 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
plugins {
// Applies the foojay-resolver plugin to allow automatic download of JDKs.
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
}
// A list of which subprojects to load as part of the same larger project.
// You can remove Strings from the list and reload the Gradle project
// if you want to temporarily disable a subproject.
include 'android', 'core', 'lwjgl3'