https://github.com/hadron43/color-switch-game
Clone of famous Color Switch Game
https://github.com/hadron43/color-switch-game
advanced-programming color-switch-game hacktoberfest java javafx javafx-application javafx-desktop-apps javafx-games javafx-project
Last synced: 13 days ago
JSON representation
Clone of famous Color Switch Game
- Host: GitHub
- URL: https://github.com/hadron43/color-switch-game
- Owner: hadron43
- License: mit
- Created: 2020-10-24T16:10:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T14:58:05.000Z (about 4 years ago)
- Last Synced: 2025-04-10T03:52:47.803Z (13 days ago)
- Topics: advanced-programming, color-switch-game, hacktoberfest, java, javafx, javafx-application, javafx-desktop-apps, javafx-games, javafx-project
- Language: Java
- Homepage:
- Size: 6.12 MB
- Stars: 43
- Watchers: 2
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Color-Switch-Game
CSE201 - Advanced Programming
Monsoon 2020 - Group Project## Meet the Team
- Varun Khurana (2019124) [@kvarun07](https://github.com/kvarun07)
- Harsh Kumar (2019043) [@hadron43](https://github.com/hadron43)## Installation Guide
- Setting up `JDK` : We need `Java 15` to run this application. To install `Java 15` on you Linux system, open a shell and type:
```shell
sudo apt install openjdk-15-jdk
```- Install `openjfx` : This is required in order to run `JavaFX` applications on Linux. To install this on your system, open a shell and type:
```shell
sudo apt-get install openjfx
```- Download the game : Go to the [releases](https://github.com/hadron43/Color-Switch-Game/releases) page. Download the `Color_Switch_Game_jar.zip`
from the latest release assets. Extract it in a suitable location. To run the game, open the folder and type on terminal:
```shell
java -jar Color-Switch-Game.jar
```## In Game Screenshots

## Contributing Guide
To get started with contributions, have a look at [CONTRIBUTING.md](https://github.com/hadron43/Color-Switch-Game/blob/main/CONTRIBUTING.md)