Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

coppermouse

7
Posts
3
Followers
A member registered Aug 03, 2022 · View creator page →

Creator of

Recent community posts

Thanks! but I am working on something else that is good so I rather keep doing that :)

Thanks!

I put a lot of effort into the looks of it, so thanks for notice, sadly I had a hard time making the game fun so I canceled it

(1 edit)

Interesting. I know that this Exception can happen if you play the game for too long. This is because the number of monster spawning gets bigger than number of spawn points.

So it is either that the game restarted but player didn't respawn or that the game didn't restart at all. Both are of course issues but can not understand why they would happen.

Anyway, thanks for let me know!

(2 edits)

Works good in Ubuntu (linux).

How I got it to work:

Python-version: 3.10.6

pygame-version: 2.1.2

(only tested these versions, other might work just as well)

script to run: scripts/main.py

Working directory has to be where Avoid.exe can be found.

(1 edit)

I got the SOURCE version to work in Ubuntu.

Of course you need both Python and pygame. I used Python 3.10.4 and pygame 2.1.2.

There were some files that had to be renamed in the textures-folders and there was a line in the code I had to comment out (as of writting this) Not too hard IMO.