GameMaker's current project is a 2D platformer game designed to challenge and entertain players with its unique puzzles and engaging gameplay mechanics. Through this project, we aim to evaluate the balance between difficulty and fun, ensuring an enjoyable experience for players of all skill levels.
To contribute to this project, you will need:
- GameMaker Studio 2 installed on your computer.
- Basic knowledge of GameMaker Language (GML).
- Clone the repository to your local machine:
git clone https://github.com/introtogamedev/-GameMaker-.git
- Open the project file (
GameMakerProject.yyp) in GameMaker Studio 2. - Use the GameMaker Studio 2 interface to navigate through the project files.
To run the game:
- Open GameMaker Studio 2 and load the project.
- Press the "Run" button in the toolbar to compile and execute the game.
- Enjoy testing and exploring the game's features!
We welcome contributions from all team members. To contribute:
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/YourFeature). - Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a pull request against the main branch.
Please ensure your contributions are well-documented and follow the project's coding conventions.
- Special thanks to all team members for their hard work and dedication.
- Gratitude to the GameMaker Studio 2 community for resources and support.