An open API service indexing awesome lists of open source software.

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.

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