Skip to content

Awesome clientside game created with React, HTML5 Canvas, parcel.js, babel, es6

Notifications You must be signed in to change notification settings

aaronkchsu/zetia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Official 404 Not Found Canvas Game

The best things in life happen when we least expect it. So do the worst things.

Npm Package

https://www.npmjs.com/package/zetia

Instructions

Import the package using

import { renderGameIntoDom } from 'zetia'

render the game with the dom element id name

renderGameIntoDom('domElementName');