Please sign in to access this page

Study-Brawl

Study-Brawl Used AI

3 devlogs
3h 3m
•  Ship certified
Created by a h

StudyBrawl is a 1v1 educational quiz battle game where players can test their brainpower in fast-paced duels! Choose to play against an AI bot, answer coding and tech questions, and knock down your opponent’s health with every correct answer. Built with pure HTML, CSS, and JavaScript, it’s lightweight, fun, and built to impress. Great for revision, learning, and bragging rights. Think fast — or get KO’d! 🧠⚔️💥(catchy am I right)

Timeline

Ship 1

1 payout of shell 47.0 shells

a h

about 2 months ago

a h Covers 3 devlogs and 3h 3m

now finally completed the quiz i cahnged the subject format to support gcse content to alow for revison, might use this for myself lol

Update attachment
Earned sticker

Finally finished the main update to my quiz, looks much better, improved it loads. Obv last minute crammer lol. made reactive particles to the cursor. and added a shop, doesn't work very well yet.- I'm going to try to improve the different types of quizzes and make the text look better, and maybe a bit more wish me luck!!

Update attachment
a h
a h
1h 42m 3 months ago

so right now just started a base for the game with three core files (just a simple start).The three files being html- where ive put the structure of the game, so what apears on the screen pretty much, then style.css- this is where i put and will put the look and feel of the game and the script.js(jarvascript) - this is where the games logic has been built but only the basic will add on it soon

Declared <!DOCTYPE html> so browsers know to use modern HTML5.
Created a <body> with everything the game needs
Player sections: Each player (you and the bot) has a health bar inside a .player container, ready for CSS styling and JS updates.
Obviously: a start button to let us begin/reset the game.
Right now, lol, the game is just static basically like a blueprint now I've just gotta paint the walls and add furniture 😅.
ps:This is very very basic right now dont hate please im not a pro lol.

Update attachment
a h a h about 2 months ago

finally made some changes took a little bit