No description
Find a file
2026-05-25 12:02:31 +02:00
src Initial commit 2026-05-24 19:54:24 +02:00
.gitignore Initial commit 2026-05-24 19:54:24 +02:00
makefile Initial commit 2026-05-24 19:54:24 +02:00
README.md Add tweaks instructions 2026-05-25 12:02:31 +02:00

Isola-game

Isola game, written in C

Usage

Pre-requisites

  • GCC
  • Make
  • Git (Optional, used to download the source code)

Installation

Make sure you have the requisites before executing the commands below

  1. git clone https://git.greensky.tf/Greensky/isola-game && cd isola-game
  2. make cleanbuild
  3. make play (start the game)

This will start the game

You will have a file named ./bin/main.uwu, this is the executable, feel free to move it as you please

Tweaks

You can change the L and C global variables to change the board size in src/game/board.h