https://github.com/christian80gabi/cubeflyer
CubeFlyer game
https://github.com/christian80gabi/cubeflyer
Last synced: 2 months ago
JSON representation
CubeFlyer game
- Host: GitHub
- URL: https://github.com/christian80gabi/cubeflyer
- Owner: christian80gabi
- License: mit
- Created: 2024-05-14T13:38:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T15:07:05.000Z (about 1 year ago)
- Last Synced: 2025-04-07T00:11:43.668Z (2 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Flying Cube Game! 🟥💨
Hi!
This project is intended to help introduce you to Open Source as part of [MLH 2023 Global Hack Week: GAMES](https://organize.mlh.io/participants/events/9153-global-hack-week-game-week)! It's a JavaScript-based 3D game built with [Babylon.JS](https://github.com/BabylonJS) that lets you fly a Cube through a set of obstacles.
When you create a repository from this template, a series of [Issues](https://docs.github.com/en/issues) will be generated that you can pick up to get started.
The entire project can be run by opening [`game/index.html`](game/index.html) in a browser. All of the 3rd party dependencies like Babylon are using a CDN so you do not need Node or a local developer environment.
## 🧙 New Open Sourcerers
If you're new to GitHub you can get started by creating a new repository by clicking `Use this template` and then selecting `Create a new repository` to create a copy of this repository into your own GitHub account. This is where you can make your own changes!
If you want to keep learning about GitHub you can check out [GitHub Skills](https://skills.github.com/).
If you're new to Babylon JS that's fine too! Here are some helpful links to help you get started. Babylon runs in your browser and this game should work on your Phone, Tablet or PC - you can make and test your changes from any of those devices! If something doesn't work you can enter the developer mode of your browser (F12 on Edge or Chrome) and explore the errors in the console. This developer mode also lets you insert breakpoints if you want to debug further.
- The [Babylon.JS Playground](https://playground.babylonjs.com/) will let you explore different community samples to learn how Babylon works!
- The [Babylon.JS API](https://doc.babylonjs.com/typedoc/modules/BABYLON) has documentation that can help you understand the API.We've also provided a file that should support launching from VS Code that will allow you to integrate your debugging experience there as well as a [devcontainer](https://code.visualstudio.com/docs/remote/create-dev-container) you can use to develop in if you choose with some recommended extensions pre-installed.
This project is intended as a sandbox for you to learn about GitHub and contributing to Open Source.
## Acknowledgements
All the code in this repo was written by [Sam Wronski](https://github.com/runewake2).