Home RPG

Table of Contents

  • About
  • Code Walkthrough
  • Server
  • Bookmarks

(c) Xyzzy, 2022

Contents
  • Tutorials
  • Inspiration
  • Art
  • ECS and other libs
  • Misc

Bookmarks¶

Tutorials¶

https://www.youtube.com/watch?v=EYf_JwzwTlQ
https://github.com/kittykatattack/learningPixi

Inspiration¶

http://processingjs.nihongoresources.com/test/PjsGameEngine/docs/tutorial/mario.html
https://github.com/DavidCRicardo/RPG_2D_Demo_web
https://github.com/delaford/game
https://github.com/thecodingmachine/workadventure
https://github.com/kevinshen56714/SkyOffice
https://github.com/cgm42/WorkLand
https://ashleysimons.net/game/index.js
https://github.com/MattSurabian/DuckHunt-JS
https://github.com/Adam13531/OpHog
https://github.com/amanjain4103/game-mania
https://github.com/raulojeda22/Javascript-RPG

Art¶

https://itch.io/game-assets/free/tag-2d
https://opengameart.org/
https://xanderwood.itch.io/office-tile-map-sprites
https://github.com/RonenNess/RPGUI
https://rpg.hamsterrepublic.com/ohrrpgce/Community_Graphics_Resources

ECS and other libs¶

https://github.com/replit/kaboom
https://github.com/ecsyjs/ecsy
https://github.com/NateTheGreatt/bitecs

Misc¶

https://www.youtube.com/c/DrewConley/playlists
https://gist.github.com/EEmmanuel7/57d4434c49c3d465477ce41383a6b687 https://www.geeks3d.com/hacklab/20170929/how-to-build-user-interfaces-with-imgui/ https://medium.com/geekculture/make-your-own-tile-map-with-vanilla-javascript-a627de67b7d9

Server

By Xyzzy
© Copyright (c) Xyzzy, 2022.