ChristianOellers / Live-Game-Editor-Concept

Live Game Editor – Conceptual and experimental tool to live-test canvas-based 2D games from existing game object instances. Demo with hit-testing and visual styles.

Home Page:https://christianoellers.github.io/Live-Game-Editor-Concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Game Editor Concept

Live game editor – Concept



About

A proof of concept about how a 'live' game editor and debugger can work with HTML canvas. The game objects have a simple hit test interaction: Enemies will change their border colour if hit.

This is just a tech demo. There is no browser/device optimization or error checking and the code 'style' is pretty much happy hardcoding ;)



Features

  • Add interactive elements to the scene
  • Play/pause the animation
  • Change the view style



Examples

Find the live version here:

About

Live Game Editor – Conceptual and experimental tool to live-test canvas-based 2D games from existing game object instances. Demo with hit-testing and visual styles.

https://christianoellers.github.io/Live-Game-Editor-Concept

License:MIT License


Languages

Language:JavaScript 74.8%Language:HTML 15.5%Language:CSS 9.8%