GithubHelp home page GithubHelp logo

itsyakub / memo Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14.2 MB

Point and click, match the pairs in the shortest amount of time!

Home Page: https://itsyakub.itch.io/memo

License: MIT License

Makefile 2.75% C++ 35.47% Lua 53.36% HTML 7.43% CSS 0.99%
first-game first-game-project game gamedev gamedevelopment gaming mit mit-license open-source raygui raylib 2d-game raylib-game

memo's Introduction

Memo

ko-fi

Point and click, match the pairs in the shortest amount of time!

About❗️

Memo is the match-pair game in which you're challenged to find the pairs of numeric cards on 4x4, 6x6 and 8x8 grid.

Prerequesites 📜

  • Valid operating system: Currently Memo is available only on Windows and Linux.
  • Valid C/C++ compiler: by default the project is built using g++ compiler.
  • Valid GNU Make instalation: Memo uses Makefile as it's primary build system. Make sure that you've one installed on your machine.

Instalation 🛠️

1. Clone this repository

git clone https://github.com/itsYakub/Memo.git --depth=1

2. Go to the project's directory:

cd Memo

3. Check if every thing in the Makefile is set up correctly.

  • Check if the include paths are correct in the IXXFLAGS;
  • Check if library paths are correct in the LDFLAGS;

4. Building the final executable:

  • Default build command:
make all
  • If you want to build in the DEBUG mode, use command:
make all MODE=debug
  • If you want to build in the RELEASE mode, use command:
make all MODE=release

The default parameters of the Makefile are:

  • MODE: debug;

Credits 📖

Licence ⚠️

This project is under the MIT Licence

memo's People

Contributors

itsyakub avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.