Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.78 KB

chipgame.md

File metadata and controls

47 lines (31 loc) · 1.78 KB

Chip's Challenge Remake

This is a remake of the classic game Chip's Challenge, loosly based on the release for Windows 3.1 version of the game. The game is a top-down puzzle game where the player controls Chip, a computer chip, as he navigates through a series of levels collecting computer chips and keys to unlock the exit.

Levelsets

When the game is started, the player is presented with a menu to select a levelset to play.

Additional levelsets can be installed in the levelsets directory.

Keyboard Controls

  • Arrow keys, WASD: Move Chip
  • Space: Select menu item
  • Backspace: Close the current menu
  • Enter: Open the Pause menu
  • M: Toggle music

Controller Bindings

  • D-pad: Move Chip
  • A: Select menu item
  • B: Close the current menu
  • Start: Open the Pause menu

Level Editor

The game includes a level editor that can be used to create custom levels. The level editor is very bare-bones. Launch it by dragging a level onto the chipedit.exe executable.

License

This remake is released under the GNU General Public License v3.0. See the license file for more information.

Chip's Challenge is created by Chuck Sommerville and is owned by Niffler Ltd.

The graphics and sounds used in this remake are sourced from the internet and are owned by their respective creators.

Full source code is available on GitHub.