Skip to content

Commit

Permalink
Update snakes_and_ladders_talk_through_level_generation.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Hope41 authored Dec 8, 2023
1 parent 14c8bee commit 0737c1f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@
<h1>Snakes And Ladders Talk Through - Level Generation</h1>
<div class = big><img src = /articles/extra/snakes_and_ladders_talk_through_level_generation/1.png></div>
<p></p>
The code for the level generation of Snakes And Ladders is by far the most
ugly, trivial, and overwhelming piece of coding I wrote in the entire game.
Despite this, I view it as the most interesting part - so I have written this
article to explain how it works.
The code for the level generation of Snakes And Ladders is by far the most overwhelming piece of coding I wrote in the entire game.
Despite this, I think it's also the most interesting part, so that's why I wrote this article.
<p></p>
<h3>Set up</h3>
To begin the level generation, we need to start by making a list that stores the
Expand Down

0 comments on commit 0737c1f

Please sign in to comment.