Skip to content

🦑 A simple, lightweight pokemon-like game for web.

License

Notifications You must be signed in to change notification settings

ezralazuardy/pokemon

Repository files navigation

Deployment CodeQL Security Analysis License PWA Support

🦑 pokemon

Feelin nostalgic, a game that brings you a pokemon-like 8-bit experience on web.

Preview: https://pokemon.ezralazuardy.com

image

This app is written in Typescript using Vue, Vite, and Volar. The project is intended for my Multimedia coursework at Diponegoro University.

🚀 Quick start

Run the application in your local environment.

git clone https://github.com/ezralazuardy/pokemon.git
cd pokemon
cp .env.example .env
npm install
npm run dev

Node.js need to be installed in your environment. Internet connection is required to run the app.