An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


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](https://pokemon.ezralazuardy.com)

![image](https://user-images.githubusercontent.com/24422019/165060257-a4b45702-ce42-41ce-93ab-059a0f29a7db.png)

> 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.