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

Download

Download
Array-Jumper.zip 11 MB

Leave a comment

Log in with itch.io to leave a comment.