top of page

Chip's Challenge Level Editor

GitHub-Mark-120px-plus.png

GitHub Repository

​ —— A cloud level design editor for Chip's Challenge. 

Chip's Challenge is an 8-bit top-down tile-based puzzle game. This game was originally published in 1989 by Epyx for the Atari Lynx. It was ported to Microsoft Windows in 2000 by Brian Raiter.

Lucky_timing_example.png

(click pic for source)

CC Screenshot
👉Click to Quickly Jump to:

In the old times, level designer would have to code in binary values to layout the level. Thus, I wanted to create an editor that allows multiple level designers to work together on a cloud base, and to easily export the level data directly to the game without extra compilers.​

Color_Tileset.gif

Thus, I have:

  • Developed a level design editor plugin in JavaScript that enables direct sprite arrangement in Google Sheet instead of binary file modification

  • Implemented a level data parser in Python that converts editor input into binary level layouts

(click pic for source)

CC Details
👇Technical Details
👇Finally

I hope you like my work🙌!

© 2020 by Valerie Wang

bottom of page