https://github.com/a-lexwein/ConnectedDots

this contains an early coding project I made that I would like to host on val town with the exact same front-end.

  • start by copying all the files into this val besides the ospd.txt and ospd.js
  • script.js has the following lines 48-50. comment it out and replace it with an api call to the judgments table
  var words = getRandom(ospd.filter(function(x){
    return x.length >= wordLengths[0] && x.length <= wordLengths[1];
    }),numWords)

main.ts should be an http endpoint that let's one play the game