deerme / personal-website

Code for my Pokémon-style personal website, made with Phaser 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ariel Roffé's Quest (my personal website)

Code for the game and website at https://arielroffe.quest.

To run it locally, simply clone this repo, cd into it, start a webserver and navigate to localhost.

The game was made with the Phaser 3 game engine.

The assets used all come from public domain sources, and/or were edited by myself. Specifically:

  • I used these two Pokemon style tilesets by ChaoticCherryCake (and other artists, see the full credits in those links). I also took a few sprites (especially NPCs) from PokeFans, and a few more from OpenGameArt (e.g this and this). I compiled all tiles I used into the file at assets/prod/tilesets_and_maps/tileset.png using GIMP.
  • The tilemaps were made by myself, using Tiled.
  • The 8 bit remixes of Bob-omb Battlefield, Outset Island and Koopa Troopa Beach are by Bulby, and were included with his permission. Check out his awesome YouTube channel here.
  • The pixel font is Pixel Operator by HarvettFox96.

All assets should be distributed under their original licences, and attribution given to their original authors. Anything else contained in this repo is available with an MIT license.

About

Code for my Pokémon-style personal website, made with Phaser 3

License:MIT License


Languages

Language:HTML 54.6%Language:JavaScript 37.4%Language:CSS 8.0%