https://github.com/subjectivelyobjective/rs2-c
A revision 317 compliant Runescape client written in C.
https://github.com/subjectivelyobjective/rs2-c
Last synced: 12 months ago
JSON representation
A revision 317 compliant Runescape client written in C.
- Host: GitHub
- URL: https://github.com/subjectivelyobjective/rs2-c
- Owner: subjectivelyobjective
- License: gpl-3.0
- Created: 2022-02-03T22:45:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T23:25:19.000Z (over 4 years ago)
- Last Synced: 2025-07-31T06:48:18.765Z (12 months ago)
- Language: C
- Homepage:
- Size: 124 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# rs2-c
A revision 317 compliant Runescape client written in C. Super work in progress.
## Building
$ meson setup builddir
$ meson compile -C builddir
## Running
$ ./builddir/rs2client317 10 0 highmem members 32
## License
Copyright (C) 2021-2022 subjectivelyobjective
This file is part of rs2client317.
rs2client317 is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
rs2client317 is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, see https://www.gnu.org/licenses/.