This is a place for you to start building your Game Jam Project!
Your project should:
- Include a clear description of the goal and rules.
- Provide evidence for how it responds to the game jam prompt.
- Incorporate one UX design principle.
- Be an MVP version of the final vision for the game.
- Properly cite any assets or a game you modded.
- Utilize code comments to make your code readable for others who might want to mod it.
- Be playtested to gather feedback.
- Be iterated on based on the feedback you receive.
You can extend your project further by:
- Add a new feature
- Refactor your code
- Port to Github pages
*If you used any code, ideas, images, or resources from another person or group of people, tell us about it here. Make sure it is in the public domain, has a license that allows you to use it, or is one of your own.
- Add here if applicable
-
https://pin.it/600Zvbh6v https://en.wikipedia.org/wiki/Sunstone https://www.geologyin.com/2018/07/what-causes-pink-color-of-rose-quartz.html https://www.burtonsgemsandopals.com/products/2-29ct-peridot-pear-shape?srsltid=AfmBOooMaC2AubcOaE4GKlLPiinC30dlufTD_GlekpHPFG_OTQuRNVVA https://science.howstuffworks.com/environmental/earth/geology/amazonite-meaning.htm
https://geologyscience.com/gemstone/snowflake-obsidian/
https://pin.it/3CPDVLnIH https://pin.it/1p1p8Atly https://pixabay.com/music/search/magical%20cave%2c%20dark/
This is where we will add the JavaScript code for our game.
Drag in assets, like images, to add them to your project. If you are adding an image, it is best to save it to your computer, then upload the file to the assets folder. The url of the image will be assets/example.jpg or assets/example.png.
The HTML file contains HTML code that sets up a webpage for our game. We also add libraries in this file using HTML tags.
That's this file. This is the place to tell people more about what your game does and how you built it.
The CSS file adds styling rules to your content like changing colors and fonts. We will not use this file for our game and instead update the style of our game in the script.js file.