19 lines
452 B
Markdown
19 lines
452 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
|
|
|
|
<style>
|
|
.centered {
|
|
text-align: center;
|
|
margin-bottom: 2em
|
|
}
|
|
</style> |