mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-09 14:07:57 -06:00
22 lines
535 B
Markdown
22 lines
535 B
Markdown
# pacman-server
|
|
|
|
Despite the naming of this crate, it's not a server for the Pac-Man game allowing multiplayer or anything super interesting.
|
|
|
|
This crate is a webserver that hosts an OAuth login and leaderboard API for the main `pacman` crate to hook into.
|
|
|
|
## Features
|
|
|
|
- [ ] Axum Webserver
|
|
- [ ] Database
|
|
- [ ] OAuth
|
|
- [ ] Discord
|
|
- [ ] GitHub
|
|
- [ ] Google (?)
|
|
- [ ] Leaderboard API
|
|
- [ ] Name Restrictions & Flagging
|
|
- [ ] Avatars
|
|
- [ ] 8-bit Conversion
|
|
- [ ] Storage?
|
|
- [ ] Common Server/Client Crate
|
|
- [ ] CI/CD & Tests
|