Skip to content

EL MOLINO is a game developed in C++ that combines strategies, decisions and includes graphics of surprising quality for a console application.

Notifications You must be signed in to change notification settings

hexed-AAL1X/El-Molino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Repo contributors  GitHub Repo forks  GitHub Repo stars  GitHub Repo issues 


Logo

El-MOLINO-v1.0

An incredible visual and fun console GAME
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Important Notices
  3. Getting Started
  4. Contributing
  5. Contact

About The Project

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.

Built With

  • C++ 
  • Visual Studio 
  • Windows 
  • Git 

(back to top)

Important Notices

Note

To install and run "El Molino", make sure you have the following:

Requirement Description
Operative System Windows
IDE Visual Studio
Framework .NET

Important

We are a small team, but we are committed to improving "El Molino". Expect continuous updates to improve performance, graphics and gameplay.

(back to top)

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.

Prerequisites

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)

Installation

Below is an example of how to install and configure "El Molino" on your local machine.

  1. Clone the repository
    git clone https://github.com/AAL1X/El_Molino-v1.0.git
  2. Navigate to the project directory
    cd El_Molino-v1.0
  3. 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
  4. Run the game
    ./ElMolino
  5. (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

(back to top)

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!

  1. Fork the project.
  2. Create a branch for your improvement (git checkout -b feature/NewImprovement).
  3. Make your changes and commit ('git commit -m 'Add New Improvement').
  4. Push your changes to the branch (git push origin feature/NewImprovement).
  5. Open a pull request.

Top contributors:

Profile Picture

(back to top)

Contact

(back to top)

About

EL MOLINO is a game developed in C++ that combines strategies, decisions and includes graphics of surprising quality for a console application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages