GAME TILE EDITOR
2019-01-02 20:56:22
This is a simple tile editor for 2D games, built as a school assignment in a game programming class. The task was to create a basic level editor, and I decided to extend it with some extra functionality. The project is written in C# with WPF handling the UI.
Functionality
- Drawing, filling, and erasing
- Load and save projects in JSON format
- Automatic border creation
- Customizable tilesets
- Tile-specific data storage