Skip to content

Commit

Permalink
docs: Update ressources.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
eztaah committed Dec 1, 2024
1 parent b818bf2 commit 23ba0d9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 36 deletions.
36 changes: 0 additions & 36 deletions docs/liens.txt

This file was deleted.

34 changes: 34 additions & 0 deletions docs/ressources.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---- MINECRAFT ----
How Minecraft ACTUALLY Works 💎⛏️
https://www.youtube.com/watch?v=YyVAaJqYAfE
-> Explains how Minecraft's world generation works.

Making Minecraft from scratch in 48 hours (NO GAME ENGINE)
https://www.youtube.com/watch?v=4O0_-1NaWnY
-> A video of someone recreating Minecraft from scratch in C, without using a game engine.

---- RUST ----
Rust Book:
https://doc.rust-lang.org/book/

Rust By Example:
https://doc.rust-lang.org/rust-by-example/

Networking library:
https://github.com/naia-lib/naia

---- BEVY ----
Basic Bevy tutorial (creating a top-down 2D game):
https://youtube.com/playlist?list=PLVnntJRoP85JHGX7rGDu6LaF3fmDDbqyd&si=M3RiPJhjCbOV1dyq

Bevy 3D game tutorial:
https://youtube.com/playlist?list=PLp0sjyxOq4ATFgiJ4HL8ok9Yp2h7Hz1Fb&si=HWNnS40J_gulogjP

Foxtrot (Game made in Bevy):
https://github.com/janhohenheim/foxtrot

Bevy Cheatbook:
https://bevy-cheatbook.github.io/introduction.html

Best practices:
https://github.com/tbillington/bevy_best_practices/tree/main

0 comments on commit 23ba0d9

Please sign in to comment.