Page 1 of 1

Create your own random generator for your game

Posted: Tue Feb 09, 2021 5:36 am
by Paco
Here is the first and second parts of a tutorial to create your own random generator using a simple single html file with JavaScript.

As example we use a random treasure generation but you can just tweak it to code any of the random tables from your game.


The aim is to create things as simple as possible and with no external dependencies so it can be used locally even with no connection.

Re: Create your own random generator for your game

Posted: Tue Feb 09, 2021 8:37 pm
by Chuck
Pretty neat use of some not-too-complicated Javascript!

Re: Create your own random generator for your game

Posted: Wed Feb 17, 2021 10:47 am
by Paco
The 3rd part is up. This time is not fantasy, we build a planet generator for Star Without Number.

https://pacomiscelaneousstuff.blogspot. ... pt_14.html

Re: Create your own random generator for your game

Posted: Wed Apr 28, 2021 4:05 am
by calhoun
Awesome, thank you!