A Day In Fall
A downloadable game
I have removed the files for this game due to a lot of issues with it. The game page will remain but i don't want to waste peoples' time with installing a game that constantly crashes.
It's a cozy day in autumn, when mom shouts that you have visitors, into your room comes your favourite cousin Gary. He gets to play a game that you have been working on.
A and D to rotate your spaceship, W to accelerate, SPACE to shoot, Q and E to drink (everyone knows that the sugar rush from a cup of hot chocolate boosts your gaming skills, and that a sip of pumpkin spice latte makes you invulnerable).
This is my first ever entry to a game jam. Game made by myself in python + pygame and credit to mixit for sound effects (not music). I followed the color palette, the optional mechanic (you are in your one room all day), and i hope it is cozy...
Status | Released |
Author | Emil |
Genre | Shooter, Action |
Tags | Boss battle, Cozy, Pixel Art, Singleplayer, Space |
Comments
Log in with itch.io to leave a comment.
Game crashes when loading "Full Screen 2"
I will correct if I has the correct result, I will write to you
Log:
C:\Users\user\Desktop\ADayInFall>C:\Users\user\Desktop\ADayInFall\ADayInFall.py
pygame 2.1.2 (SDL 2.0.18, Python 3.10.1)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\random.py", line 303, in randrange
istart = _index(start)
TypeError: 'float' object cannot be interpreted as an integer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\user\Desktop\ADayInFall\ADayInFall.py", line 1042, in <module>
spawning(spawnNum, scaling)
File "C:\Users\user\Desktop\ADayInFall\ADayInFall.py", line 690, in spawning
spawnX = random.randint (0 + fullscreenMoveX, 756 + fullscreenMoveX)
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\random.py", line 370, in randint
return self.randrange(a, b+1)
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\random.py", line 309, in randrange
raise ValueError("non-integer arg 1 for randrange()")
ValueError: non-integer arg 1 for randrange()
C:\Users\user\Desktop\ADayInFall>
I can try fixing the issue but I won't be able to update the game anymore (at least not as a part of this jam) which is sad...
I didn't read the log completely. So I hope this problem is only with me and other people will be able to successfully play)