1
1
Fork
You've already forked tss
1
A termnal side-scroller written from scratch.
  • C 100%
2022年08月08日 15:58:36 +03:00
box.c Fix memory leaks 2022年08月08日 15:58:36 +03:00
box.h Fix memory leaks 2022年08月08日 15:58:36 +03:00
boxit.c Fix memory leaks 2022年08月08日 15:58:36 +03:00
boxit.h Fix memory leaks 2022年08月08日 15:58:36 +03:00
COPYING Add licence information 2022年03月16日 22:35:10 +03:00
main.c Fix memory leaks 2022年08月08日 15:58:36 +03:00
README.md Fix memory leaks 2022年08月08日 15:58:36 +03:00
render.c Change to saner default background colour 2022年08月03日 16:51:54 +03:00
render.h Add licence information 2022年03月16日 22:35:10 +03:00

tss - A terminal side-scroller game.

About

tss is a text based game for UNIX-like systems with a custom dynamic TUI.

Compiling

To compile, you need:

  1. C compiler of choice (assumed GCC).

*nix (GNU+Linux, OpenBSD etc.)

  1. Clone the repository git clone https://codeberg.org/Pixificial/tss.git
  2. cd into the local directory.
  3. Run gcc box.c render.c boxit.c main.c -o tss

License

Copyright (C) 2022 Abdullah Çırağ

tss is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, version 3 of the License only.

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 Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses/.