Taminations code for Android and Web
To set up this project on your computer
-
Install Git and download this project
build. -
Install JetBrains IntelliJ IDEA Community Edition and use it to open this project. When a notification about Gradle pops up, click on
Import Gradle Project. On the next dialog, selectUse gradle 'wrapper' task configurationand Ok. Ignore any notifications about Python that pop up. -
Select
Run -> Edit Configurations. Click on the upper-left+in the next dialog and select Gradle. Then fill in Name:Build Taminations, Gradle project:taminations-multiplatform, Tasks:buildand then Ok. -
Now run the Gradle target
Build Taminations. This builds both the web site and Android app. -
To view the web site, open
Taminations/src/jsmain/web/index.html. -
To run the Android app, select the
Taminationstarget and run it.