Skip to main content

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

hello, I’m not sure if this is a bug. Keywords such as NOT, AND, OR, !, = … are recognized as variables.

So I modified the path of LLVM-WINDOWS in options.ini. Because I don’t have the 2022 version. (→ C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat)

Nevertheless, there are still bugs where the keyword is not recognized. Is there something I’m missing?

( And where is 1000bit.AppImage used? ) ( I used a translator. I hope the meaning is conveyed. )

image.png image.png

This is supposed to be the case in the levels before the ones where you program these keywords yourself.

The idea is that you make the "not" keyword without using this keyword (by reading and changing the bits one by one) and then you can start using it. Seems like I should make that clearer in the tutorials and manual 😅 or maybe I'll make them red and cause an error instead to show that these levels aren't supposed to be trivial.

But I do notice on the screenshot that the way the rectangles/UI is drawn is weird, thanks for showing me. I have a fix planned for that.

The AppImage file is to run the game on Linux, you don't need it.

Thank you for your response! I understand what you mean.

Thank you for making a good game :D