An incredible visual and fun console GAME
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
El Molino is a console game developed in C++ that explores detailed graphics in a classic console environment. This project was created with the goal of providing a nostalgic and visually appealing experience, taking advantage of the power of ASCII graphics.
Here's why:
- My motivation for creating "El Molino" was to offer a classic game with detailed graphics, while improving my development skills.
- This game combines strategy and intelligence in a challenging console format, ideal for taking on a friend and testing your skills.
Of course, this is a trial version. In future updates, I will optimize the code to improve the gaming experience.
Note
To install and run "El Molino", make sure you have the following:
| Requirement | Description |
|---|---|
| Operative System | |
| IDE | |
| Framework |
Important
We are a small team, but we are committed to improving "El Molino". Expect continuous updates to improve performance, graphics and gameplay.
Getting Started
These are instructions on how to configure your project locally. To get a local copy up and running, follow these simple example steps.
These are the items needed to use the software and how to install them:
- C++ compiler (for example, GCC or Clang)
- Development environment (Visual Studio IDE)
Below is an example of how to install and configure "El Molino" on your local machine.
- Clone the repository
git clone https://github.com/AAL1X/El_Molino-v1.0.git
- Navigate to the project directory
cd El_Molino-v1.0 - Compile the project If you are using a C++ compiler such as
g++, you can compile the main file. Make sure you include all necessary files.g++ -o ElMolino main.cpp
- Run the game
./ElMolino
- (Optional) Change the Git remote URL to prevent accidental pushes to the base project
git remote set-url origin https://github.com/tu_usuario/el_molino git remote -v #confirm the changes
Contributing
Contributions are what make the open source community an amazing place to learn, be inspired, and create. Any contribution you wish to make is very welcome!
If you have a suggestion to improve the project, you can fork the repository and open a pull request. Don't forget to give the project a star! Thanks for contributing!
- Fork the project.
- Create a branch for your improvement (
git checkout -b feature/NewImprovement). - Make your changes and commit (
'git commit -m 'Add New Improvement'). - Push your changes to the branch (
git push origin feature/NewImprovement). - Open a pull request.