Skip to content

The new and improved version of the popular idle/incremental PokéClicker

Notifications You must be signed in to change notification settings

Rohydre/pokeclicker

 
 

Repository files navigation

GitHub package.json version (branch)
GitHub package.json version (branch)
Build Status
Discord

PokéClicker

A game about catching Pokémon, defeating gym leaders, and watching numbers get bigger.

NOTE: PokéClicker is still in development!

You can try out the current state at https://www.pokeclicker.com/

You can reach out on discord to discuss your ideas and how to implement them: https://discord.gg/a6DFe4p

Developer instructions

Editor/IDE setup

We have an EditorConfig and linting configured, to help everyone write similar code. You will find our recommended plugins for VSCode below, however you should be able to find a plugin for other IDEs as well.

Building from Source

First make sure you have git and npm available as command-line utilities (so you should install Git and NodeJS if you don't have them already).

Open a command line interface in the directory that contains this README file, and use the following command to install PokéClicker's other dependencies locally:

npm clean-install

Then finally, run the following command in the command line interface to start a browser running PokéClicker.

npm start

Changes to the sourcecode will automatically cause the browser to refresh. This means you don't need to compile TypeScript yourself. Gulp will do this for you 👍

Use Google cloud shell (alternative)

Google Cloud Shell

npm clean-install
npm start

Click the Web Preview Button and select port 3001 from the displayed menu. Cloud Shell opens the preview URL on its proxy service in a new browser window.

Deploying a new version to Github Pages

Before deploying, check that the game compiles and starts up without errors. Then run:

npm run website

After this command completes, push the changed files in the 'docs' directory to Github.

About

The new and improved version of the popular idle/incremental PokéClicker

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 76.1%
  • HTML 17.8%
  • Less 5.5%
  • Other 0.6%