Skip to content

A short top-down game made using HTML5 canvas and javascript, made for exploring and understanding how a generic game engine works.

Notifications You must be signed in to change notification settings

LakshyaSharma207/js-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a HTML5 canvas and Javascript only browser game without any frameworks or libraries. Made as a mini project for AI subject in my college, but also because I like playing games.

Check this game now here: https://lakshyasharma207-js-game.vercel.app/

The goal of the game is to collect all 20 coins and then escape the dungeon, without getting eaten by wumpus.

The Project is build and bundled using Vite, so after locally downloading the project, do npm i,

then npm run dev to start devlopment server or npm run build to bundle project before deployment. Here I deployed it on vercel directly.

I am using free Pixel Art Assets from - Map, Characters.

About

A short top-down game made using HTML5 canvas and javascript, made for exploring and understanding how a generic game engine works.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages