view immposiblerush/README.md @ 19:fff7215ba1e8

package for arch
author Przemyslaw <prymula76@outlook.com>
date Sun, 31 Mar 2024 16:10:46 +0200
parents f61684ae8245
children
line wrap: on
line source

# immposiblerush

## Start

A simple game that involves matching colors. Written in Java in Swing components. The application uses sounds by Github.com user SouraBHV under the MIT license, while the program itself is under the GPL3 license.


To download the latest version, type in terminal:


git clone https://gitlab.com/pietraszczyk/immposiblerush.git

# You still need to install dependencies to run:


# Fedora:

sudo dnf install java-11-openjdk ant


# OpenSUSE:

sudo zypper in java-11-openjdk, ant


# Ubuntu:

sudo apt install default-jdk default-jdk-headless ant


# Arch:

pacman -S jdk-openjdk ant



## Build

ant clean

ant compile

ant jar



## Launching

ant run