Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Using tools to create program

A topic by ScienceJ created Jul 04, 2022 Views: 69
Viewing posts 1 to 1

So I am very keen on building something neat here, and using a raw file to create a little program is cool using only the code in the program with no outside libraries, however, nowhere does it say you cant use external programs to create a program... Is this correct?

For example, using a program to create ASCII art like smily and whatnot. So in the program, it would be a "hardcoded" print function, while it was actually created in an external program and pasted into the code...