Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Libraries

A topic by caktho created Jul 01, 2022 Views: 123 Replies: 1
Viewing posts 1 to 2
(2 edits)

We can only use library that is provided by the SDK, as in the jam description:

You :  OK but can I use some libraries ?
Answer : Yes you can, but only those included in the programming language you will create the game with

So prettify the console using Chalk in node, or Curses in python is forbidden... or is it not?

P.S: can we also add audio?

Host

it's forbidden.

You can use replit (which runs on Linux terminals) and use ANSI Color codes to prettify the terminal

here is a tutorial about ANSI codes in python :