View all by KuroGamedev
KuroGamedev
Follow KuroGamedev
Follow
Following KuroGamedev
Following
Add To Collection
Collection
Comments
Devlog
Worm Game (+ How-to-Make Tutorial)
←
Return to Worm Game (+ How-to-Make Tutorial)
Devlog
Tutorial, Part 1: Introduction
October 26, 2023
by
KuroGamedev
> Next Tutorial (Part 2) This is a guide/tutorial that will cover the 'how to' in making a simple worm game with vanilla javascript. The game itself is very barebones project with only the minimal req...
Continue reading
Tutorial, Part 2: Prepping for a Game
October 26, 2023
by
KuroGamedev
< Previous Tutorial (Part 1) > Next Tutorial (Part 3) There is some code we should have ready/inserted before trying to trying to build the game, itself. Adding Some Resources Game Maps I have include...
Continue reading
Tutorial, Part 3: Getting Started
October 26, 2023
by
KuroGamedev
< Previous Tutorial (Part 2) > Next Tutorial (Part 4) This section is about the pre-requisite code needed for this game before we can fire it up and make the game playable or look like something besid...
Continue reading
Tutorial, Part 4: Graphics
October 26, 2023
by
KuroGamedev
< Previous Tutorial (Part 3) > Next Tutorial (Part 5) We have the important foundation for starting the game with complete, such as the player position, snack position and map tile data. We can get to...
Continue reading
Tutorial, Part 5: Code the Game
October 26, 2023
by
KuroGamedev
< Previous Tutorial (Part 4) With the basics setup and the ability to see the game is looking fine, we can work on the core elements of making this game work. For this tutorial, we will be working exc...
Continue reading