Coding Fun
In my free time I like to code and make games.
Coded Projects
Pixel Car Jump Game
RacingStrides
Add breakpoints to your blank page, then drop sections to have them responsive out of the box.
A fun, retro-style browser game where you control a pixelated car jumping over obstacles and collecting stars for points!
Features:
Jump over various obstacles with increasing difficulty
Collect stars to boost your score
Choose from three unique pixel cars
Easy controls using spacebar, arrow keys, or tap
I created this game to showcase my HTML, CSS, and JavaScript skills while capturing the nostalgic charm of retro gaming. It demonstrates my ability to solve technical challenges like collision detection and animation while creating something entertaining and accessible for everyone.
Hope you enjoy playing it as much as I enjoyed building it!
A fun, retro-style browser game where you control a pixelated car jumping over obstacles and collecting stars for points!
Features:
Jump over various obstacles with increasing difficulty
Collect stars to boost your score
Choose from three unique pixel cars
Easy controls using spacebar, arrow keys, or tap
I created this game to showcase my HTML, CSS, and JavaScript skills while capturing the nostalgic charm of retro gaming. It demonstrates my ability to solve technical challenges like collision detection and animation while creating something entertaining and accessible for everyone.
Hope you enjoy playing it as much as I enjoyed building it!
A fun, retro-style browser game where you control a pixelated car jumping over obstacles and collecting stars for points!
Features:
Jump over various obstacles with increasing difficulty
Collect stars to boost your score
Choose from three unique pixel cars
Easy controls using spacebar, arrow keys, or tap
I created this game to showcase my HTML, CSS, and JavaScript skills while capturing the nostalgic charm of retro gaming. It demonstrates my ability to solve technical challenges like collision detection and animation while creating something entertaining and accessible for everyone.
Hope you enjoy playing it as much as I enjoyed building it!
Coming Soon
Description
// Paste a code snippet import { motion } from "framer-motion"; function Component() { return ( <motion.div transition={{ ease: "linear" }} animate={{ rotate: 360, scale: 2 }} /> ); }
Coming Soon
Fortune Cookie Game
// Paste a code snippet import { motion } from "framer-motion"; function Component() { return ( <motion.div transition={{ ease: "linear" }} animate={{ rotate: 360, scale: 2 }} /> ); }