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++.
- Host: GitHub
- URL: https://github.com/humansinput/txneko
- Owner: humansinput
- Created: 2019-11-05T20:26:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T20:24:02.000Z (over 5 years ago)
- Last Synced: 2025-05-07T09:12:03.882Z (28 days ago)
- Topics: cat, cpp, fun, linux, macos, meow, txlib, txlin
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
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 .----