Pokemon

Top 23 Pokemon Open-Source Projects

  • Pokedex

    🗡️ Pokedex demonstrates modern Android development with Hilt, Material Motion, Coroutines, Flow, Jetpack (Room, ViewModel) based on MVVM architecture.

  • pokemon-cards-css

    A collection of advanced CSS styles to create realistic-looking effects for the faces of Pokemon cards.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Pokemon-Terminal

    Pokemon terminal themes.

  • badges

    :pencil: Markdown code for lots of small badges :ribbon: :pushpin: (shields.io, forthebadge.com etc) :sunglasses:. Contributions are welcome! Please add yours!

  • pokeapi

    The Pokémon API

  • Project mention: Making First App Based on API | /r/learnjavascript | 2023-05-08

    So I was looking for projects and came across https://github.com/PokeAPI/pokeapi

  • pokered

    Disassembly of Pokémon Red/Blue

  • Project mention: Since the subreddit is going down tomorrow, here's an update on inserting custom player graphics with the Universal Pokemon Randomizer ZX | /r/PokemonROMhacks | 2023-06-11

    It has been a while since last, but that's because of compression algorithms and memory allocation issues, which had to be taken care of before writing the front/back images in Gen I and II. Big thanks to FuSoYa, RGME, and the decomp team, who provided the tools and guides which made this possible.

  • PKHeX

    Pokémon Save File Editor

  • Project mention: Japanese Police Arrest Man for Tampering with Pokémon Violet Save Data | news.ycombinator.com | 2024-04-12

    I'd eat my shoe if the dude wasn't just using exactly that https://github.com/kwsch/PKHeX

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • pokete

    A terminal based Pokemon like game

  • Project mention: LibreWands - A New Free Software Pokémon-Like | /r/linux | 2023-07-01

    Sounds like pokete.

  • pokeemerald

    Decompilation of Pokémon Emerald

  • Project mention: [Gen 3] Using RNG manipulation and the Dewford Trend to Determine Feebas Tiles and Secret ID | /r/pokemonrng | 2023-09-13

    When you start a new game, the game generates the Dewford phrases (and Feebas tile seeds) from EasyChat words by making some calls to RNG, shown here in InitDewfordTrend and SeedTrendRng. To summarize (assume H16 is the upper 16 bits of the RNG seed on that advancement): It makes a call on Advance x to determine the first word, always pulled from CONDITIONS (H16 % 69) It calls RNG on Advance x+1 to determine whether the second word is from LIFESTYLE or HOBBIES (H16 & 1, LIFESTYLE if it's 1, HOBBIES if it's 0) Then it calls RNG on Advance x+2 to determine what that word will be (H16 % 45 for LIFESTYLE, H16 % 54 for HOBBIES) It calls RNG on Advance x+3 to determine whether the trendiness is increasing or decreasing (not important for this, but it's H16 & 1) It calls RNG on advance x+4 to try setting the maximum trendiness If this value is greater than 50, it calls RNG again (on advance x+5) to try setting the max trendiness. If this value is greater than 80, it calls RNG a third time (on advance x+6) to set the max trendiness (each of these calls are H16 % 98) Once it has the max trendiness (takes the result from above and adds 30, giving a max value of 127), it calls RNG to set the current trendiness (the value itself isn't really important for our purpose, but it's (H16 % (max trendiness value+1)) +30, where the max trendiness value is the value before adding 30. This value also has a max of 127) Finally, it calls RNG to set the associated Feebas seed (H16)

  • pokecrystal

    Disassembly of Pokémon Crystal

  • Project mention: Interesting facts about the Game Freak dev process | news.ycombinator.com | 2024-01-16
  • PokemonUnity

    A LEGACY Unity project to help build Pokémon-esque RPG games.

  • Project mention: *exits Unity after staring at scene for 5 seconds* | /r/Unity3D | 2023-05-13
  • pokegb

    A gameboy emulator that only plays Pokemon Blue, in ~50 lines of c++.

  • Project mention: McDonald's Just Dropped a Brand New Game Boy Game in 2023 | news.ycombinator.com | 2023-06-13
  • hyper-pokemon

    Tailor-made Pokémon themes for your Hyper terminal

  • sprites

    Repository containing all the Pokémon sprites

  • polishedcrystal

    An upgrade to Pokémon Crystal. Brings features and content up to date, and adds some original content.

  • Project mention: I remember playing Pokémon Crystal on my translucent purple GBC as a kid. Feels surreal to have this in my hand | /r/SBCGaming | 2023-06-16

    You have to compile it yourself or ask for someone to do it in the discord, but they found a way to exceed the pokemon limit in what they call the 9-bit version.

  • pokesprite

    Database project of box and inventory sprites from the Pokémon core series games

  • pokefirered

    Decompilation of Pokémon FireRed/LeafGreen

  • pokeruby

    Decompilation of Pokémon Ruby/Sapphire

  • pokeyellow

    Disassembly of Pokemon Yellow

  • Project mention: Something a lot like Pokemon Yellow | news.ycombinator.com | 2024-01-05

    Related: https://github.com/pret/pokeyellow

  • PKHeX.Mobile

    Pokémon save editor for Android and iOS!

  • Project mention: Anyone here familiar with Visual Studio & have an Apple Developer account? | /r/jailbreak | 2023-12-07

    Here's the link to the GitHub: https://github.com/kwsch/PKHeX.Mobile

  • PKHeX-Plugins

    Plugins for PKHeX

  • poketwo

    A (not so) small Pokécord clone.

  • pokegold

    Disassembly of Pokémon Gold/Silver

  • Project mention: Do we know the DVs/stats of Red’s Pokémon in G/S/C? | /r/nuzlocke | 2023-05-24

    If you still want the DVs, they should be 15, 13, 13, 14 for Attack, Defense, Speed, and Special Attack/Defense, respectively, which means the HP DV should be 14. You can find them here (Gold/Silver) and here (Crystal), though the only difference is that Crystal contains an additional entry for Eusine.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Pokemon related posts

Index

What are some of the best open-source Pokemon projects? This list will help you:

Project Stars
1 Pokedex 7,596
2 pokemon-cards-css 4,929
3 Pokemon-Terminal 4,159
4 badges 4,131
5 pokeapi 3,950
6 pokered 3,768
7 PKHeX 3,474
8 pokete 2,797
9 pokeemerald 2,023
10 pokecrystal 2,009
11 PokemonUnity 1,656
12 pokegb 1,299
13 hyper-pokemon 1,033
14 sprites 978
15 polishedcrystal 940
16 pokesprite 925
17 pokefirered 878
18 pokeruby 738
19 pokeyellow 670
20 PKHeX.Mobile 666
21 PKHeX-Plugins 565
22 poketwo 531
23 pokegold 471

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com