Array Jumper
A downloadable game for Windows
Array Jumper
Array Jumper is a simple SFML-based educational game built in C++ that visually demonstrates 1D array traversal. Players control a character that jumps across blocks representing array elements, making learning about arrays interactive and engaging.
Github Link: https://github.com/Chintan-Patel-Games/Array-Jumper
๐ฎ Features
- Simple yet interactive gameplay
- Educational focus on how elements in a 1D array are accessed
- Lightweight, beginner-friendly source code
- Clear visual representation of array traversal
๐ฅ๏ธ ๐ ๏ธ Technologies Used
- C++
- SFML (Simple and Fast Multimedia Library)
๐ก Data Structure Used
- A dynamic 1D array to represent the path
- Each element is a block with an associated number and position
- Player's current index is tracked in real-time
๐น๏ธ Controls
- A & D - Movement for left & right
- Space โ hold and use movement to jump the number of blocks mentioned on standing block
- Escape โ Exit the game
๐ Concepts Demonstrated
- 1D Array traversal
- Basic input handling
- Collision and boundary detection
- Visual feedback tied to programming logic
Status | Released |
Platforms | Windows |
Author | Chintan Patel |
Download
Download
Array-Jumper.zip 11 MB
Leave a comment
Log in with itch.io to leave a comment.