Skip to content

My first attempt on game-making with vanilla JS ES6.

Notifications You must be signed in to change notification settings

m-stein/LittleRpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LittleRpg

Brief

This is my first attempt in creating a game with vanilla JavaScript.

Usage

In order to host and play this game locally, you need to have npm, npx, and vite installed. Furthermore, you need to have a browser with support for Javascript ES6. Here are the vite parameters this project was created with:

  • Project name: LittleRpg
  • Package name: littlerpg
  • Framework: Vanilla
  • Variant: JavaScript

This is how you can start hosting the game locally (Windows PowerShell):

git clone git@github.com:m-stein/LittleRpg.git
cd .\LittleRpg
npx vite

Then open the URL that vite listed under "Local" in your browser and enjoy.

Credits

Thanks a lot to Drew Conley and his "RPG Kit" video series (Build a Game with JavaScript and HTML Canvas) for inspiring and guiding me in the early process of creating the game.

About

My first attempt on game-making with vanilla JS ES6.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published