Skip to content

RushilJalal/Mindwars

Repository files navigation

Mindwars

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.

Screenshots

Mindwars Starting Screen

tutorial

question

Features

  • Engaging educational gameplay
  • Interactive quizzes and challenges
  • Easy-to-use interface
  • Compatible with multiple platforms

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/RushilJalal/Mindwars.git
  2. Navigate to the project directory:
    cd Mindwars
  3. Open the project in GDevelop:
    • Launch GDevelop
    • Click on "Open a project"
    • Select Mindwars - CYPHER101.json from the cloned directory

Running the Game

  1. In GDevelop, click on the "Play" button to run the game locally.
  2. Alternatively, you can host the game on a local server:
    npm install -g http-server
    http-server
  3. Open your browser and navigate to http://localhost:8080 to play the game.

Online Demo

Play the game online at Mindwars Website.

Project Structure

  • assets/ - Game assets including images and sounds
  • eventsFunctionsExtensions/ - Custom event functions and extensions
  • layouts/ - Game layouts and scenes
  • resources/ - Additional resources

Contributing

  1. Fork the repository
  2. Create your feature branch:
    git checkout -b feature/YourFeature
  3. Commit your changes:
    git commit -m 'Add new feature'
  4. Push to the branch:
    git push origin feature/YourFeature
  5. Open a pull request

Releases

No releases published

Packages

No packages published