https://github.com/headshot2017/ao-nds
Attorney Online client for the Nintendo DS
https://github.com/headshot2017/ao-nds
Last synced: 5 months ago
JSON representation
Attorney Online client for the Nintendo DS
- Host: GitHub
- URL: https://github.com/headshot2017/ao-nds
- Owner: headshot2017
- Created: 2023-07-31T08:02:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T22:38:22.000Z (over 1 year ago)
- Last Synced: 2025-07-03T23:06:17.256Z (12 months ago)
- Language: C++
- Size: 4.95 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blocksds - ao-nds
README
# ao-nds


[Attorney Online](https://aceattorneyonline.com) client for the Nintendo DS.
Made with BlocksDS by Headshotnoby
Additional code by stonedDiscord
UI design by Samevi
## Assets and libraries used
* "Igiari Cyrillic" by trtrtrtr, based on "Igiari" font by [Caveras](https://caveras.net)
* "AceName" font by unknown (found on [webAO](https://github.com/AttorneyOnline/webAO))
* [BlocksDS](http://github.com/blocksds/sdk)
* [dswifi](http://github.com/blocksds/dswifi)
* [stb_truetype](https://github.com/nothings/stb/blob/master/stb_truetype.h)
* Using a modified version of stb_truetype that replaces (some, not all) floating point math with fixed-point math, thus providing a speed boost, since the DS doesn't have a FPU
* [libadx-nds](https://github.com/headshot2017/libadx-nds) for music
* [dr_wav](https://github.com/mackron/dr_libs/blob/master/dr_wav.h) for reading WAV audio files
* [rapidjson](https://github.com/Tencent/rapidjson), used when parsing the public server list
* [mINI](https://github.com/metayeti/mINI) for parsing .ini files
* [mongoose](https://github.com/cesanta/mongoose) for WebSocket support
* [utfcpp](https://github.com/nemtrif/utfcpp) for UTF8/16/32 strings