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.

    Project mention: Old android dev looking to refurbish knowledge | /r/androiddev | 2023-03-30

    And this is a decent github repo to check out to get an idea of a modern architecture/state of app dev: https://github.com/skydoves/Pokedex

  • 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.

  • 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: Miyoo mini STATE File to PkHex not working | /r/MiyooMini | 2023-06-04

    .state files are not supported, according to the readme here. (disclaimer: I never used PKHex myself though)

  • 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.

  • 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.

  • pokecrystal

    Disassembly of Pokémon Crystal

    Project mention: Interesting facts about the Game Freak dev process | news.ycombinator.com | 2024-01-16
  • 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)

  • 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

    Project mention: So I made a TON of changes to Route 2 on Fire Red and after saving I can no longer open the rom? I don't know why it's doing this so I'm wondering if anyone here knows? | /r/PokemonROMhacks | 2023-04-10

    Definitely definitely look at doing your project as a decomp using pokefirered or The Complete Fire Red Upgrade.

  • 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.

    Project mention: PokéDream Server! ♡ | /r/poketwo | 2023-04-16
  • 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

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). The latest post mention was on 2024-01-16.

Pokemon related posts

Index

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

Project Stars
1 Pokedex 7,527
2 pokemon-cards-css 4,929
3 Pokemon-Terminal 4,159
4 badges 4,117
5 pokeapi 3,918
6 pokered 3,741
7 PKHeX 3,437
8 pokete 2,782
9 pokecrystal 1,992
10 pokeemerald 1,981
11 PokemonUnity 1,644
12 pokegb 1,297
13 hyper-pokemon 1,035
14 sprites 958
15 polishedcrystal 923
16 pokesprite 897
17 pokefirered 861
18 pokeruby 732
19 pokeyellow 663
20 PKHeX.Mobile 661
21 PKHeX-Plugins 557
22 poketwo 526
23 pokegold 470
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com