Tower Defense Survival Game By Vadik1, and Remixed by Jayfeatherpro ▶ To avoid lag, please play here: https://turbowarp.org/469164737?fps=60&offscreen&size=640x360 or here: https://forkphorus.github.io/?chost=wss://clouddata.turbowarp.org&webgl&fps=60#469164737 ▶ CONTROLS: [WASD] - move [SPACE BAR] - jump [E] - inventory [Q](short) - drop 1 item [Q](long) - drop all items [1-8/mouse wheel] - select item in hotbar [F] - click [mouse wheel] - scrolling in crafting menu and credits [T] - see your amount of days [N] - toggle usernames [L] - show list of players [B] - open pouch (if equipped) ▶ Forum topic (Modding tutorial / Changelog) https://scratch.mit.edu/discuss/topic/471464/ STORY: You where on a plane going to see your family, but then suddenly, the plane fell down and crashed, you don't no how it crashed, no one else knows why it crashed. You have to survive, and get rid of the zombies that try to take over the world, can you survive?
Thanks to @Vadik1 for the original game. Original 102 crafts 137 items Now: 145 crafts 224 items NOTE: some crafts are broken because um, idk ___________________________________________ UPDATE LOG ___________________________________________ Dec 23, 2022 release Dec 24, 2022 Messages+ update (10 new sighs!) and added hills, and added more creative only items. ------------------------------------------------------------------------- QUESTONS ------------------------------------------------------------------------- Q: What is the best way to play the game? A: On TurboWarp or Forkphorus with some non-default settings included in those links. Q: Can you make it less laggy? A: Sadly, no. I already did what I could to make current 3D implementation fast. It can be made faster if I remake it completely, but it's too late for that since the code is very interconnected and the entire game relies on what it there right now. Q: How do I start? A: Collect sticks, stones and grass, then open inventory by pressing E, switch to crafting tab and craft what you can. You should be able to figure out the rest. Q: Can I play on mobile? A: Yes. Mobile controls should auto-enable themselves, but if they don't, you can go into settings and do it manually. Q: Is the progressbar when joining real or is it just for show? A: It's real. There is this big interactable world and there are cloud variables which can only contain 256 characters at once. When you join, you somehow need to obtain the world data which is usually about 11000 characters in length. It is split into pieces and sent to you piece by piece. Q: After pressing “Play” it tells me that I'm waiting in a queue. Why can't I just join right away? A: People need to get world data. World data is large, so it is sent in form of many 256 character long pieces. There is quite a sophisticated system in place that ensures integrity of the received world data even under the most extreme conditions. It only works with 1 sender and 1 receiver, and the rest of people have to wait. Q: Why for me this game becomes unplayable at night on Forkphorus? A: Hardware acceleration not working properly. Try enabling webgl mode, using different browser, different device or play it on TurboWarp Q: Can I pause this game? A: Yes, stop the project. Then press green flag it to resume. Your progress should be fine. Q: Does the game save my progress? A: It doesn't, but pressing green flag doesn't reset it either. Temporarily stopping the project should be fine, but leaving or reloading the page will reset your progress. Q: Can you add ability to save? A: It would defeat main goal of the game, so no. Read this for more info. Q: Is there chat? A: No, and it's unlikely to ever be added. Q: Can I advertise in the comments of TDSGBV 3D? A: You can, but only projects related to TDSGBV 3D. Other ads are not allowed and will be either deleted or reported. Q: Game crashes after being paused using pause button in Forkphorus, TurboWarp or the popular scratch related browser extension. Is it a bug? A: It's intentional. Otherwise it would really mess up multiplayer synchronization and cause some other issues.