Skip to content

fideldalmasso/bad-milk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

The primary language of this project is Spanish. Hispanohablantes click aquí.

Table of contents

What is Bad Milk

Bad Milk is a project that brings together simple games about numbers, guessing and memory. Some of them are related to basics topics in the programming world.

In addition to the games themselves, different features are included, such as: a user management system, a ranking system and a simple XOR encryption for sensitive files.

The project was exclusively written in C++ using mainly Zinjai, a free C++ IDE.

Screenshots

screenshots

Click here for more screenshots.

Games included

Name Description
Frical Guess the secret number.
PiPaTi Simple rock, paper, scissors.
Generala Similar to poker dice. More info
Ahorcado Hangman game.
ParEs Memory game.
Batalla Naval Naval Battle.

Installation

Windows

Just download the installer from here and follow the instructions.

Linux: building from source

Make sure you have git and build-essential package installed. First, clone this repository in your computer:

git clone https://github.com/fideldalmasso/bad-milk.git

Then run:

cd bad-milk
make

Finally, run the program by:

./bad-milk

If this last step doesn't work, first run the following and try it again:

chmod +x bad-milk