Clic is WIP (Work in Progress) little Clicker Game I made.
The Kotlin Version is more of a work in progress as I figure out how to use Kotlin :)
The most recent release version: v1.1
It's main framework is based on a project I made for a class at GNSHS 2020-2021 (Check out branch original).
It currently doesn't have many features and this is what the production
branch is for. For me to make the previous/original program much better and have a much better format so it wouldn't be lame to use/play.
Gradle:
Currently I am working on implementing and adding dependencies to add to the experience. To see the current Gradle Wrapper used (see below).
For now, you can use gradlew run
to run the project / binary.
- Go to the release section on the sidebar
- Select the latest FULL Release (.exp or .z releases are all pre-releases or experimental and should not be used unless for debugging)
- Make sure you are running the latest version of Java supported by the version you are downloading
- Then download the appropriate executable file for your OS (mainly just download the Universal .JAR)
- Save the Jar file
- Click on the Jar File or run with the commands:
cd <file path>
thenjava -jar <filename>.jar
- If you encounter any errors or issues post them in the Issues tab!
- The program should be launched.
Java Version | Supported? (y/n) |
---|---|
JavaSE 6 | n |
JavaSE 7 | n |
JavaSE 8 | ? |
JavaSE 11 | y |
JavaSE 16 | y |
OS Name | Supported? (y/n) |
---|---|
Windows 10 | y |
ChromeOS (Crostini) | y |
Manjaro (Arch) | y |
Debian | y |
MacOS | y |
Gradle | Version |
---|---|
7.1.1 | Supported |
If your OS is able to use Java16 or Java11, you can most likely run this program
Check out the Wiki tab of this repo!
Post them in the Issues tab! Select the appropriate template and describe your issue in detail
production
- The main branch where I make the program "better"
assets
- Resources, such as images for the Wiki tab
build-page
- Github Pages builder
commit1
- Merged [Does not Exist]
Deprecated
- Legacy or Deprecated Code goes here (incomplete)
original
- The original code I wrote for my original project along with my explanation video for the project
_____ _ _
/ ____| (_)
| | | |_ ___
| | | | |/ __|
| |____| | | (__
\_____|_|_|\___|