Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
/ puzzle-editor Public archive

A web puzzle editor for Equalide game

License

Notifications You must be signed in to change notification settings

artem-bondar/puzzle-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puzzle editor

Web page - a tool for convenient viewing of puzzle database of any size and pixel editing of puzzles.

Features

  • Loading puzzles from file (from 1 to ~2M+ puzzles in file)
  • Support CR+LF/LF file endings
  • Scaling of puzzle
  • Turning of partition on/of
  • Tab navigation through loaded puzzles (1K puzzles per tab)
  • Creating of empty puzzle with given dimensions

Puzzle format

  • One puzzle under another through an empty string
  • The end of the line is uniform throughout the file.
010
111
010

111
101
111

Hotkeys

  • Left arrow - previous puzzles tab
  • Right arrow - next puzzles tab
  • Up arrow - loading of previous puzzle
  • Down arrow - loading of next puzzle
  • Delete - delete selected puzzle
  • 0 - select white color
  • 1-9 - select color of primitive

Screenshot

editor