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

https://github.com/humansinput/txneko

My XNeko-like game written in C++.
https://github.com/humansinput/txneko

cat cpp fun linux macos meow txlib txlin

Last synced: 19 days ago
JSON representation

My XNeko-like game written in C++.

Awesome Lists containing this project

README

        

= TXNeko

A port of XNeko to TXLin.

== Building

You'll need TXLin, Cairo, pkg-config and GCC/clang for this.

[source,bash]
----
$ sh make.sh
$ ./txneko
----

== Usage
``txneko [-i] [-s] [-w] [-h]``

== License

[source]
----
TXNeko - a port of XNeko to TXLin
Copyright (C) 2019 Tim K

Graphical assets: Copyright (C) 1990 Masayuki Koba
(Artwork license was not specified in XNeko source code, if you are
the owner of the artwork bundled with XNeko and TXNeko, please email
me and I will remove it.)

This program 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.

This program 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 .

----