Public
LikeconnectedDots
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v22View latest version
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
judgmentstable
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