Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 754 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 754 Bytes

Meet-Zooki

CSCI 420 project

Level Editor How to:

For VS 2013

  • open solution file and run code

For Linux

  • save *.cpp, *.h, and all resource files to their respective folders and make

The level editor is mostly functional all that's missing is:

  • loading level file instead of sprite list
  • fine tuning selection (no set frame rate so tiles are skipped)

Use

  • Left mouse click places tiles
  • Right mouse click deletes tiles
  • Arrow keys cycle through tiles imported from spritesheet
  • Space bar saves level file
  • Escape button clears board
  • Right Shift button loads a saved level
  • Hold S and click to set Zooki's Spawn point
  • Press Enter to turn on test mode (not fully implemented)