Re: How do I submit a game to a distribution?

2025-04-04 Thread Steven Peckham
your help and interest, Steven Peckham. On Monday, November 11, 2024 at 11:53:07 PM EST, Timothy M Butterworth wrote: On Mon, Nov 11, 2024 at 6:42 PM Steven Peckham wrote: Hi, I retired and decided to learn some computer languages. I wrote an Adventure game in C++ (mostly just C

Re: How do I submit a game to a distribution?

2024-11-12 Thread Steven Peckham
On Monday, November 11, 2024 at 11:53:07 PM EST, Timothy M Butterworth wrote: On Mon, Nov 11, 2024 at 6:42 PM Steven Peckham wrote: Hi, I retired and decided to learn some computer languages. I wrote an Adventure game in C++ (mostly just C using SDL to handle the screen and sounds) in

How do I submit a game to a distribution?

2024-11-11 Thread Steven Peckham
. Can someone please point me in the correct direction to get me started? Thanks!, Steven Peckham. PS What I have now (for Linux) is, the c++ code, two compile scripts (one with debug, one without), and an install script (currently pointing to the opt folder). I do not have anything to put it into