Feelin nostalgic, a game that brings you a pokemon-like 8-bit experience on web.
Preview: https://pokemon.ezralazuardy.com
This app is written in Typescript using Vue, Vite, and Volar. The project is intended for my Multimedia coursework at Diponegoro University.
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.