74 lines
1.4 KiB
Markdown
74 lines
1.4 KiB
Markdown
# Moon Gaming
|
|
|
|
fun game from stuf
|
|
Go to: [fun-miles.free.nf](http://fun-miles.free.nf)
|
|
|
|
---
|
|
|
|
## Overview
|
|
|
|
Moon Gaming is a fun, web-based game project featuring interactive gameplay and engaging content. The project is primarily written in **HTML** and **JavaScript**, with some additional code in Java and C. You can play it online or view/contribute to the open-source code here.
|
|
|
|
---
|
|
|
|
## Features
|
|
|
|
- Interactive web game, easy to play in your browser.
|
|
- Clean and simple HTML/JavaScript codebase.
|
|
- Lightweight and fast-loading.
|
|
- Open source for learning and contributions.
|
|
|
|
---
|
|
|
|
## Getting Started
|
|
|
|
### Play Online
|
|
|
|
Play instantly [here](http://fun-miles.free.nf).
|
|
|
|
### Run Locally
|
|
|
|
1. **Clone the repository:**
|
|
```bash
|
|
git clone https://github.com/mileswolfallen2/moon-gaming.git
|
|
```
|
|
2. **Navigate to the project folder:**
|
|
```bash
|
|
cd moon-gaming
|
|
```
|
|
3. **Open `index.html` in your web browser.**
|
|
|
|
---
|
|
|
|
## Languages Used
|
|
|
|
- **HTML:** 95.6%
|
|
- **JavaScript:** 4%
|
|
- **Java:** 0.3%
|
|
- **C:** 0.1%
|
|
- **CSS, GLSL:** <0.1%
|
|
|
|
---
|
|
|
|
## Contributing
|
|
|
|
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change or add.
|
|
|
|
---
|
|
|
|
## License
|
|
|
|
This project is open-source. See the [LICENSE](LICENSE) file for details.
|
|
<h1>Notes</h1>
|
|
|
|
[render preview]
|
|
To Make A preview
|
|
|
|
|
|
Git Clone (url)
|
|
Example git clone --bare https://github.com/mileswolfallen2/fun-miles
|
|
|
|
cd to a folder
|
|
cd ./games/
|
|
|