Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I'm a fan and I've added it to my collection so I can get on that highscore table.

The first game I've wanted to look at the source for: 

1. For that fullscreen button and 

2. For that highscore table

I like how you have to decide whether to stay up or down, and I like how progression is based on remembering what religion is where.

Great game.

(+1)

I'm glad you liked! For your source questions, this a Godot Engine game, so things are a little different:

1 - Is just a button with a simple command OS.window_fullscreen = true in GDscript

2 - The leaderboard is a free addon from SilentWolf that's pretty easy to implement

And thanks for the design comments, remebering the position of the religions was a "hidden" mechanic and I appreciate that you notice it!