Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Does my pre-existing engine component need to be published separately?

A topic by screwtape created May 17, 2024 Views: 318 Replies: 4
Viewing posts 1 to 3
Submitted

Like, I have a gopher phost of an early clim lisp draft of a turtle-drawing logos application (I've never personally interacted with logos before, but I heard about it in a bar once and wrote a version).

https://portal.mozz.us/gopher/tilde.club/0/~screwtape/turtle-drawing.org

I'm / my team (?) (you?) is planning to use this as an engine for our game in this jam. Is it important to publish the source of the mostly pre-existing logos-like engine in a git or something separately to the game this-jam-only portion?

Submitted

A post with my understanding of the history of logos in lisp, in education and as a game engine.

https://lispy-gopher-show.itch.io/logos-jam-lisp/devlog/732858/a-lisp-logos-lege...

Jam HostSubmitted(+2)

If you’re saying you have a pre-existing engine that you just haven’t made public yet, I think that should be OK as long as you can show that the engine is distinct from the game itself. Publishing it in a separate repository would help, even if the repository wasn’t published before the jam started.

Submitted

This post contains and describes the base source archive of the quickly asdf-ified common lisp low level engine system depending solely on McCLIM Common Lisp Interface Manager asdf system.

https://lispy-gopher-show.itch.io/logos-lisp-legend/devlog/733432/pre-existing-l...

I'm now going to start the jam by writing a new high level interface for my team to use this to create game material specific to this jam, and then the game as such from there.

From two separate conversations (pers. coms.) so far, the direction is a sim-* influenced unix_surrealism story deliberately playing into the turtle mechanics. We'll add a dependency for our audio specialists to use.

Submitted

In contrast, these new gui buttons are entirely new jam material, see the post-

https://lispy-gopher-show.itch.io/logos-lisp-legend/devlog/733605/highlevel-engi...

The new gui for this jam is a distinct package-inferred-system file that incrementally (hot-) clobbers and reinitializes its way to a more obvious interface

Yes it's messy right now. No video yet. I think it's clearly separate to my existing engine bit though obviously they're related. This is the new interface built on the existing engine for making game content for this jam.