Mindwars is an educational game developed using GDevelop for the M# 23 Hackathon. It aims to provide a fun and interactive way to enhance learning.
- Engaging educational gameplay
- Interactive quizzes and challenges
- Easy-to-use interface
- Compatible with multiple platforms
- Clone the repository:
git clone https://github.com/RushilJalal/Mindwars.git
- Navigate to the project directory:
cd Mindwars
- Open the project in GDevelop:
- Launch GDevelop
- Click on "Open a project"
- Select
Mindwars - CYPHER101.json
from the cloned directory
- In GDevelop, click on the "Play" button to run the game locally.
- Alternatively, you can host the game on a local server:
npm install -g http-server http-server
- Open your browser and navigate to
http://localhost:8080
to play the game.
Play the game online at Mindwars Website.
assets/
- Game assets including images and soundseventsFunctionsExtensions/
- Custom event functions and extensionslayouts/
- Game layouts and scenesresources/
- Additional resources
- Fork the repository
- Create your feature branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature/YourFeature
- Open a pull request