pokemon-js: Recreating Classic Pokémon Red/Blue with React and TypeScript
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
pokemon-js is a faithful recreation of the classic Pokémon Red/Blue games, built using modern web technologies like React and TypeScript. This open-source project aims to bring the authentic Pokémon experience to the browser, complete with classic gameplay mechanics, multiple maps, and a turn-based battle system. It offers a nostalgic journey for fans and a robust example of web development for developers.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Dive into the world of Kanto with pokemon-js, an impressive open-source project that meticulously recreates the beloved Pokémon Red/Blue games. Built with React and TypeScript, this project offers a browser-based experience that stays true to the original, from its iconic turn-based battles to exploring familiar maps. It's a fantastic blend of nostalgia and modern web development, showcasing how classic game mechanics can be brought to life with contemporary tools. Key features include classic Pokémon gameplay mechanics, multiple maps and locations, a turn-based battle system, original game music and sound effects, responsive design with a GameBoy-style interface, and save/load game functionality.
Installation
To get pokemon-js up and running on your local machine, follow these simple steps:
Prerequisites
- Node.js (v14 or higher)
- Yarn package manager
Installation
- Clone the repository:
git clone https://github.com/chase-manning/pokemon-js.git
cd pokemon-js
- Install dependencies:
yarn install
- Start the development server:
yarn start
The game will be available at http://localhost:3000
Examples
Once the game is running, you can immediately start exploring the world of Pokémon. The project includes classic gameplay mechanics, multiple maps, and a turn-based battle system. The controls are intuitive and designed to mimic the original GameBoy experience:
Controls
- Arrow Keys: Move character
- Space: Menu
- Enter: Confirm
- Space: Pause
Why Use
pokemon-js is more than just a game, it's a testament to what can be achieved with modern web technologies. For developers, it serves as an excellent learning resource, demonstrating best practices in React, TypeScript, and Redux Toolkit for complex state management in a game environment. For fans of the original Pokémon games, it offers a free, accessible, and authentic way to relive cherished memories directly in their browser. Its responsive design, complete with a GameBoy-style interface, makes it enjoyable on various devices.
Links
Explore the project further and contribute to its development:
Related repositories
Similar repositories that may be relevant next.

Loop Engineering: Orchestrating AI Agents with Practical Patterns and Tools
June 25, 2026
Loop Engineering is a GitHub repository offering practical patterns, starters, and CLI tools for building robust AI coding agent systems. It shifts the focus from individual prompt crafting to designing control systems that orchestrate agents over time. This project empowers developers to create autonomous, iterative AI workflows for various development tasks.
Pic Smaller: Intelligent Online Image Compression for Web and Mobile
June 20, 2026
Pic Smaller is an intuitive and powerful online tool designed for intelligently compressing various image formats, including JPEG, PNG, WEBP, AVIF, SVG, and GIF. It offers a user-friendly experience with automatic compression and customizable output options, all while ensuring complete safety through purely local processing without server-side logic.
My Virtual World: A Self-Hosted 3D AI Virtual World for Agent Harnesses
June 16, 2026
My Virtual World is an innovative self-hosted 3D AI virtual environment designed for agent harnesses such as OpenClaw and Hermes. It allows AI agents to live, work, move between buildings, and interact with objects in a persistent voxel-style world. This project offers a unique platform for developing and observing AI agent behaviors in a rich, customizable 3D setting.
Deliberation: Multi-Agent LLM Consensus for Code and Plan Review
June 15, 2026
Deliberation is an innovative GitHub repository that enables Claude Code to leverage multiple LLMs like GPT, Gemini, Grok, and 400+ OpenRouter models for expert second opinions and arbiter-mediated consensus. It provides specialized AI agents for tasks such as code review, security analysis, and architectural design, ensuring comprehensive and reliable feedback. This project helps developers get diverse perspectives and achieve higher quality in their work.
Source repository
Open the original repository on GitHub.