abrampers / ArkavQuarium

Insaniquarium inspired game implementation on C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARKAVQUARIUM 2.0

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.

Home Game

Getting Started

These instructions will tell you how to compile and play the game.

Prerequisites

Make sure you have installed these packages:

  • SDL2
  • SDL2_image
  • SDL2_ttf
  • CMake

Testing

To build the test, execute

mkdir build
cd build
cmake ..
make

To run the test, execute

# inside build folder
make test

Compiling

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.

Tools

Authors

  • Abram Perdanaputra Situmorang - Initial work - abrampers
  • Faza Fahleraz - Initial work - ffahleraz
  • Senapati Sang Diwangkara - Initial work - diwangs
  • Yusuf Rahmat Pratama - Initial work - yusufrahmatp

Acknowledgments

  • InsaniQuarium game maker - PopCap

About

Insaniquarium inspired game implementation on C++

License:MIT License


Languages

Language:C++ 85.6%Language:CMake 14.4%