Skip to content

Commit

Permalink
Fixed demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
rjct committed Jan 25, 2024
1 parent 30a1ab6 commit 64ba0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Random-city
View the online demo at: [https://rjct.github.io/random-city](https://rjct.github.io/react-isometric-game)
View the online demo at: [https://rjct.github.io/random-city](https://rjct.github.io/random-city)

### About
### About
___
Experiment in generating pseudo-random city using [Perlin noise](https://en.wikipedia.org/wiki/Perlin_noise) and [Recursive backtracking](https://en.wikipedia.org/wiki/Maze_generation_algorithm) algorithm.
Expand Down

0 comments on commit 64ba0f2

Please sign in to comment.