A browser-based T-Rex Runner Game built with JavaScript, HTML, and CSS.
This was one of my early programming projects, created around 5-6 years ago while learning JavaScript at WhiteHat Jr. Even though I no longer remember all the JavaScript concepts used here, it remains a cool milestone in my coding journey and where I started building things with code.
Inspired by the classic Chrome Dino game. The player controls a running T-Rex and must avoid obstacles while trying to achieve the highest score possible.
- T-Rex character movement
- Obstacle generation
- Score tracking
- Keyboard controls
- Simple browser-based gameplay
- HTML
- CSS
- JavaScript
Play the game right in your browser at manan.is-a.dev (Projects -> T-Rex Runner -> Play Game).
To run it locally, open index.html in any browser. No installation or setup required.
This project was one of my first experiences with programming. It helped me understand basic concepts like:
- JavaScript logic
- Game loops
- User input handling
- Animations
- Connecting HTML, CSS, and JavaScript together
Manan Joshi
GitHub: @manannjoshi
A small project, but an important step in my programming journey.