Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/exoad/clic

This is a simple program I made for my 2020-2021 final project at GNSHS. The final folder is the original project while the remake is, of course, the rework. I only decided to rework this project because when I was doing it for my school project, I felt like there was so many things I couldve improved upon.
https://github.com/exoad/clic

java simple-program

Last synced: about 7 hours ago
JSON representation

This is a simple program I made for my 2020-2021 final project at GNSHS. The final folder is the original project while the remake is, of course, the rework. I only decided to rework this project because when I was doing it for my school project, I felt like there was so many things I couldve improved upon.

Awesome Lists containing this project

README

        

# Clic
![](https://img.shields.io/github/languages/code-size/exoad/Clic?style=flat-square)![](https://img.shields.io/github/repo-size/exoad/Clic?style=flat-square)![](https://img.shields.io/github/issues/exoad/Clic?style=flat-square)![](https://img.shields.io/github/languages/top/exoad/Clic?style=flat-square)![](https://img.shields.io/badge/Current%20Version-1.2.EXP-green)![](https://img.shields.io/github/languages/count/exoad/Clic?style=flat-square)

___
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](https://github.com/exoad/Clic/tree/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.

## How to run
1. Go to the release section on the sidebar
2. Select the latest **FULL** Release (.exp or .z releases are all pre-releases or experimental and should not be used unless for debugging)
3. Make sure you are running the latest version of Java supported by the version you are downloading
4. Then download the appropriate executable file for your OS (mainly just download the Universal .JAR)
5. Save the Jar file
6. Click on the Jar File or run with the commands: `cd ` then `java -jar .jar`
- If you encounter any errors or issues post them in the Issues tab!
7. 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*

## Questions?
Check out the [Wiki tab](https://github.com/exoad/Clic/wiki) of this repo!

## Found a vulnerability or bug?
Post them in the [Issues tab!](https://github.com/exoad/Clic/issues) Select the appropriate template and describe your issue in detail

## Branches Info
`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


```

_____ _ _
/ ____| (_)
| | | |_ ___
| | | | |/ __|
| |____| | | (__
\_____|_|_|\___|


```