From e8e4ccb9ad8655495c20da7fddf5ef5b4edbe6dc Mon Sep 17 00:00:00 2001 From: Paul Mathieu Date: Wed, 29 Dec 2021 10:37:35 -0800 Subject: [PATCH] Update todo --- game.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/game.js b/game.js index fc29adb..215ac03 100644 --- a/game.js +++ b/game.js @@ -222,17 +222,18 @@ function tagABlock(gl, params, objects) { // [x] slightly cooler terrain // [x] double jump!! // [x] fullscreen -// [ ] a soundrack // [x] trees and stuff +// [x] caves +// [ ] inventory +// [ ] crafting +// [ ] tools +// [ ] a soundrack // [ ] different biomes (with different noise stats) // [ ] water you can swim in (and not walk on) // [ ] flowy water // [ ] save the world (yay) to local storage (bah) -// [ ] caves -// [ ] crafting // [ ] fix bugs // [ ] better light (esp. cave lighting) -// [ ] inventory // [ ] monsters // [ ] multi player // [ ] chat