Skip to content

jimousse/2DGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Game

This is a simple tile-based game concept made in JavaScript using HTML5 <canvas>.

Demo

https://jimousse.github.io/2DGame/

What I used

I used LitElement to create

  • the overvall html element that contains the canvas and start the game
  • the speech bubbles
  • the on-screen directional controller

What runs in the canvas is made only with Javascript using ES6 features.

Assets

The character, the cats and the world

I designed all that using GIMP. The character is based on me 😛.

The coins

I used https://opengameart.org/content/rotating-coin

Credit to https://opengameart.org/users/puddin