Follow these steps to clone and run the project locally:
git clone https://github.com/Abhinav2011VS/MC-On-the-Web.git
cd MC-On-the-Web
pip install pyglet nbtlib base36 pyglm
python server.py
Once the server is running, open your web browser and navigate to http://localhost:8000
to access Minecraft On the Web.
We welcome contributions from the community! If you'd like to contribute to this project, please follow these steps:
1. Fork this repository and clone it to your local machine.
2. Create a new branch for your feature or bug fix:
git checkout -b feature/my-feature
3. Implement your changes and ensure that the code passes all tests.
4. Commit your changes and push them to your fork:
git add .
git commit -m "Add my awesome feature"
git push origin feature/my-feature
5. Open a pull request on GitHub, and describe the changes you've made.