Infiniti20
@Infiniti20
11
Chungus Bounce!PLEASE OPEN IN NEW TAB FOR BEST EXPERIENCE
A game about a Big Chungus and his attempt to bounce his way to the top of the mountain.
Sorry, for some reason my tutorial text wasn't showing up in the final WebGL build.
Click to launch Big Chungus in the direction of your mouse. You have limited boosts so be careful. Collect carrots to recharge your boosts. Press R to restart.
496
11
11
I'm close to deploying a website I'm working on, that uses an sqlite3 database. It's quite important that it has 99% uptime, as it works with payments
ch1ck3n replit's always on isn't really always on as it goes down for about 10 minutes every 24 hours, so the database will be wiped every 23 hours and 50 minutes1 year ago
repl.it is unable to find a module at the path given, but when I compile it, it runs fine, without any errors. I'm not sure why this is happening, but
Bash
Coder100 Do you mean the linter? The typescript linter is very inaccurate and doesn't work.1 year ago
I've spent over an hour editing my tsconfig.json trying to figure out why repl.it still adding an async polyfill, as if it was compiling to ES2015. Ev
I have a folder containing my caching script I made, my database schema, my utility function scripts, and a text file of a few important strings.
I'm
Coder100 You should move some of those files into their own individual folder IMO
And then name the folder assets2 years ago
So, I have 2 tables, that I've added per the documentation, but something weird happens whenever I try to add a row to them. The data is written into
Node.js