https://github.com/ezralazuardy/pokemon
🦑 A simple, lightweight pokemon-like game for web.
https://github.com/ezralazuardy/pokemon
game pokemon web
Last synced: over 1 year ago
JSON representation
🦑 A simple, lightweight pokemon-like game for web.
- Host: GitHub
- URL: https://github.com/ezralazuardy/pokemon
- Owner: ezralazuardy
- License: mit
- Created: 2022-04-25T09:16:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T01:10:14.000Z (about 4 years ago)
- Last Synced: 2025-01-22T05:43:12.171Z (over 1 year ago)
- Topics: game, pokemon, web
- Language: TypeScript
- Homepage: https://pokemon.ezralazuardy.com
- Size: 3.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## 🦑 pokemon
Feelin nostalgic, a game that brings you a pokemon-like 8-bit experience on web.
Preview: [https://pokemon.ezralazuardy.com](https://pokemon.ezralazuardy.com)

> This app is written in [Typescript](https://www.typescriptlang.org) using [Vue](https://vuejs.org), [Vite](https://vitejs.dev), and [Volar](https://github.com/johnsoncodehk/volar). The project is intended for my Multimedia coursework at [Diponegoro University](https://ft.undip.ac.id/en/site).
## 🚀 Quick start
Run the application in your local environment.
```bash
git clone https://github.com/ezralazuardy/pokemon.git
cd pokemon
cp .env.example .env
npm install
npm run dev
```
> [Node.js](https://nodejs.org) need to be installed in your environment. Internet connection is required to run the app.