ArkavQuarium 2.0 is a simplified version of the most famous InsaniQuarium game. The goal of this game is to buy an egg using player's Coin. The coin is produced by Guppy or Piranha and can be taken by the Snail or by the player himself. This game is made with the most beautiful animation made by us for our beloved players. We hope this game will change our lives and fate.
These instructions will tell you how to compile and play the game.
Make sure you have installed these packages:
- SDL2
- SDL2_image
- SDL2_ttf
- CMake
To build the test, execute
mkdir build
cd build
cmake ..
make
To run the test, execute
# inside build folder
make test
To build the game, execute
# inside build folder
make
Next, run the game by executing this command
# inside build folder
./arkavquarium
and enjoy the game.
- CMake - Build system
- SDL2 - GUI Library
- GoogleTest - Unit testing library
- Abram Perdanaputra Situmorang - Initial work - abrampers
- Faza Fahleraz - Initial work - ffahleraz
- Senapati Sang Diwangkara - Initial work - diwangs
- Yusuf Rahmat Pratama - Initial work - yusufrahmatp
- InsaniQuarium game maker - PopCap