Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j0code authored Feb 29, 2024
1 parent 7f60eef commit 82758b5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# TinyMC
###### 2D blocky game inspired my Minecraft Mob Votes.

### Play Demo
https://creelonestudios.github.io/tinymc/

### Controls
` [A] [D] ` - walk left / right<br>
` [Space] ` - jump / swim<br>
` [E] ` - open / close container<br>
` [Q] ` - drop item (ctrl to drop stack)<br>
` [C] ` - open creative inventory<br>
`[F1][F11]` - toggle fullscreen<br>
` [F3] ` - toggle debug screen<br>
` [M] ` - toggle hitboxes (shift to show coordinate origin + light levels)<br>
`[LClick] ` - destroy block (shift to interact with back layer)<br>
`[RClick] ` - place block or open container (shift to interact with back layer)<br>
` [Wheel] ` - pick block

#### Inventory Management
`[LClick]` - pick up / place item<br>
`[Shift]`+`[LClick]` - move stack between hotbar and container<br>
`[1-5]` - swap item with specified hotbar slot

0 comments on commit 82758b5

Please sign in to comment.