Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arzoka/pokemon-project
https://github.com/arzoka/pokemon-project
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arzoka/pokemon-project
- Owner: Arzoka
- License: mit
- Created: 2024-02-13T12:36:20.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-26T10:27:44.000Z (11 months ago)
- Last Synced: 2024-12-01T00:15:57.922Z (about 2 months ago)
- Language: TypeScript
- Size: 7.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Socketmon
pokemon-project is a project that I created simply because I wanted to learn more about websockets, and I wanted to work with pokemon
formulas. The goal is to have a fully working multiplayer pokemon battle system.## Current Features
- Pokeballs
- Providing an encounter
- Shiny system
- Stat system
- Pokemon catching system
- Movement system## TODO
- Implement websockets
- Add more fun formulas
- Styling
- Store userdata in a database (unsure whether it'll be mongodb or mySQL)