Gamify

Classics reimagined for your terminal

---

About:

This all originally started as only minesweeper, but I decided to pivot midway and expand on the project This project was built and finished over the span of 3 days I'm quite proud at how cast I executed this lol ---

Games:

As of the moment I'm writing this only 2 games are available *Cookie Clicker *Minesweeper ---

How to play:

scroll down there are instructions under minesweeper lol ---

CookieClicker

Imagine the cookie clicker we all know and love…

but shitty

---

About:

This was the second game I added to Gamify after minesweeper of course, I can't say that it turned out as I hoped but at the same time I can't complain since it was latterly made in 3 hours ---

Features:

* big numbers go brrr that's all anyone cares about but if you do actually care then * Rebirth system that works * Massive shop that unlocks more as you rebirth * Doesn't crash! (maybe) * Sadly it won't do your taxes but working on that... ---

Minesweeper

Minesweeper reimagined for your terminal.

---

About:

Completely written in C over the span of 2-3 days built with 2d nested arrays and self-hatred ---

But you don't care about that do you so here are the features:

* Score system (or if you're reading this before release which I doubt then soon) * Low ram usage (you guessed it no gui = low ram usage lol) * Cross-platform compatible (as long as you compile it yourself lol) * Point system * Modes ranging from (Hard - Easy) * Persistent storage * Working! (maybe) ---

How to play?

That's easy just download the executable from the latest release if you're on windows if you're on Mac or linux well... ---

Mac and Linux

you're sadly going to need to compile it yourself which should be easy assuming you have gcc and cmake installed first clone the repo open bash and write ```bash git clone "https://github.com/Nullskulls/Gamify" ``` then you're going to want to cd into said repo ```bash cd Gamify ``` then make a build directory and cd into it ```bash mkdir build && cd build ``` generate the program ```bash cmake .. cmake --build. ```
or you have a better option, look up a YouTube tutorial I can barely compile my own app I'm not the best guide
---

Now for windows!

you're also going to need to clone the repository ```bash git clone "https://github.com/Nullskulls/Gamify" ``` then cd into the project directory ```bash cd Gamify ``` make the build folder ```bash mkdir build cd build ``` generate Visual Studio solution or MinGW Makefiles ```bash cmake .. -G "MinGW Makefiles" #if you want to use Visual Studio solution run #cmake .. ``` finally build it ```bash cmake --build . ```
Or you can skip all these steps for windows and download the precompiled binary from the latest github release!
---

A thank you to hackclub for all the support and to the shipwrights team (if they ever read this)