/Pokemon-or-PokeGAN

A short quiz created in Phaser 3. Try to guess if it's a Pokemon or one that's been generated!

Primary LanguageHTMLMIT LicenseMIT

Pokemon or PokeGAN?

Based off of Phaser 3. This is a short quiz that tests your Pokemon knowledge! I've generated several Pokemon using Generative Adversarial Networks (GANs). Can you tell which ones are real and which are fake?

Mobile version: https://pokemon-gan-quiz-l6caw0j6k.now.sh/

Desktop version: https://pokemon-gan-quiz-2vg7zj0k3.now.sh/

If you're looking for the deep learning work click here: https://github.com/RaymondDashWu/Pokemon-GAN

Requirements

We need Node.js to install and run scripts.

Install and run

Run next commands in your terminal:

Command Description
npm install Install dependencies and launch browser with examples.
npm start Launch browser to show the examples.
Press Ctrl + c to kill http-server process.

Getting Started

After running npm start visit: http://localhost:8000 in your browser. Your project is running here!

src directory

Add your project files to the src directory. Only files in this directory will included in the project build!

Updating and saving files in this folder will automatically rebuild the project and reload the project in the browser!

assets directory

You must keep all of the file assets in the assets folder. This inlcudes images, audio and other data your project may load.