23 lines
615 B
Markdown
23 lines
615 B
Markdown
<div class="centered">
|
|
<h1>HiLo - Game Project</h1>
|
|
<b>Name</b>: Enrique Jose Delgado Garcia <br>
|
|
<b>ID:</b> 20220825 <br>
|
|
<b>Email:</b> enrdel070504@kaist.ac.kr <br>
|
|
<b>Repository link:</b> http://git.prototyping.id/20220825/HiLo_GameProject
|
|
</div>
|
|
|
|
The game works like this...
|
|
|
|
https://joyofcode.xyz/using-functions-from-another-svelte-component
|
|
p5 docs
|
|
https://www.geeksforgeeks.org/how-to-shuffle-an-array-using-javascript/
|
|
https://stackoverflow.com/questions/4550013/html-element-display-in-horizontal-line
|
|
figma
|
|
|
|
|
|
<style>
|
|
.centered {
|
|
text-align: center;
|
|
margin-bottom: 2em
|
|
}
|
|
</style> |