A-Star (AI)
Greedy (AI)
Three.js
Bootstrap
WebGL
Crossy Road Project Details
A Web Project to implement A-Star and Greedy algorithm of artificial intelligent.
Crossy Road is a web-based game with two different types of characters: chickens and raccoons. In this game, players take on the role of chickens attempting to flee the raccoon and reach the safe zone (finish line). While attempting to flee the raccoon, the chicken must also be cautious of trucks and waterways in order to avoid death.
- Developed a web-based game using Three.js and Bootstrap, providing an interactive 2D/3D environment that engaged players with dynamic gameplay.
- Implemented WebGL for rendering advanced graphics, enhancing visual performance and improving player immersion by 90%.
- Applied the A-Star algorithm for chicken characters, enabling intelligent pathfinding that increased gameplay realism and strategic depth.
- Integrated the Greedy algorithm for raccoon characters, improving AI responsiveness and creating a more challenging opponent, which boosted replayability and user engagement.
Key Features
- 3D web-based game
- Advanced graphics
- Gameplay realism and strategic depth with A-Star and Greedy AI