Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
exqt committed Oct 24, 2023
1 parent 1a7a4d4 commit 5d143f3
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,35 @@
# Mineclone
![](screenshots/1.png)

Minecraft clone from scratch

![](https://img.youtube.com/vi/OdZ4iz9_71A/sddefault.jpg)

[demo video](https://www.youtube.com/watch?v=OdZ4iz9_71A)

Minecraft clone from scratch.

Work in progress

# Control
- WASD: move
- Space: jump
- F: toggle flying
- Left Shift: sprint
- Left Mouse Click: break block
- Right Mouse Click: place block
- Mouse Wheel: change block type
- Tab: toggle relative mouse mode
- Esc: exit

# TODO List
- [x] Chunk Rendering
- [x] AABB Collision
- [ ] Terrain Generation
- [ ] Chunk Loading/Saving
- [ ] Optimizations
- [ ] Lighting
- [ ] Multiplayer
- [x] Multiplayer
- [ ] Refactoring
- [ ] CI/CD

# Bugs
Expand Down

0 comments on commit 5d143f3

Please sign in to comment.