Luke Garrigan
Luke Garrigan
I think it'd be cool if we had typescript, particularly for the backend!
If there are X amount of people, let's say 15 people we're going to want to split them into separate games, as a base-line we could say 6 people per...
After a game the characters CPS should reset, and they shouldn't be able to spam characters which will effect their CPS before the game has actually started
It'd be good if we introduced a test suite, the server/ code should be a good place to start with this: - Jest is a good option!
We're going to need some way to persist player information so we can store basic data like the number of Hacktoberfest badges they have earned (The number of races won).
We can go a number of different ways with this one. I just think it would be awesome if we had something that gave you a brief view of how...
With the recent changes making the terminal look sexy:  The background colour doesn't really go — I'm looking for ideas for what we can do for the background, here's...
So I've stubbed out some code for this in the UI `Player.js` ` drawGithubImage() { imageMode(CENTER); image(this.img, this.x, this.y, 30, 30); } ` We're going to auth via github, but...
So the winner of the race should receive a Hacktoberfest badge. At the moment I wouldn't worry about the back-end of this (actually storing the badge). I'd like it to...
Comment any ideas for what we should name the game — Hacktober Racer doesn't have the best ring to it!