百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
P

pokeclicker

> 编程语言
开源

流行的闲置/增量 PokéClicker 的新版本和改进版

700 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

流行的闲置/增量 PokéClicker 的新版本和改进版

PokéClicker

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

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

[!NOTE] PokéClicker is still in development!

Developer instructions

Guidelines

  • Make sure the build script is a success. We won't test Pull Requests that fail the building script.
  • We won't accept balance Pull Requests, unless it's from a developer or Code Contributor (Discord roles).
  • Pull Requests adding new translatable content should link to a Pull Request in the translation repo adding your new strings. See the Developer instructions on that repo for more info.
  • Split Pull Requests into smaller Pull Requests when possible. It will make it easier for us to review, and easier for you if something's needs to be changed or is rejected.

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.

  • EditorConfig
  • ESLint
  • Stylelint

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 run clean

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

npm start

[!TIP] 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 :thumbsup:

Use Google cloud shell (alternative)

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

[!IMPORTANT] Before deploying, check that the game compiles and starts up without errors.

Then run the following:

npm run website

This will populate the /docs folder.

After this command completes you can now publish this to your GitHub pages branch using:

npm run publish

Which by default will push to the master branch

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptgamehacktoberfestjavascript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言