PyWeek - Manxicade - feedback

Fun 2 Prod 2 Inno 3

Tee

Not a lot here but it's awesome that you finished your first game jam! Looking forward to seeing more complete games from you in the future!

Fun 2 Prod 2 Inno 2

DR0ID

Well, its playable, but feels unfinished.

Tips for next time: add some music and sound effects and think about a win and loose condition.

Fun 2 Prod 2 Inno 2

mauve

You didn't get very far but you have got the basics here.

Did not work

omnia

FileNotFoundError: No file 'Assets/Pixeltype.ttf' found in working directory '/media/disk3ssd/pyweek/39/manxicade/Untitled Raft Game/Code'.

Fun 2 Prod 2 Inno 3

mit-mit

Congrats on getting something finished! I guess it's fairly simple but it works :). I could see how this could be more fun if the cannonballs were shooting at me at the same time and I had to dodge them. I'm on mac so I had to go into your code and change every hardcoded backslash in the paths to assets to get the code to run: consider using os.path.join to create relative paths that are friendly to mac/linux systems.

Did not work

Pykemon010

Sorry I was unable to run your code, it said "FileNotFoundError: No file 'Assets\wood_raft.png' found in working directory '", i'm using a Mac to try and run this game.

Fun 4 Prod 2 Inno 3

PyNon

Bit messy

Did not work

ntoll

$ python Code/main.py
pygame-ce 2.5.3 (SDL 2.30.12, Python 3.12.7)
/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/level.py:25: SyntaxWarning: invalid escape sequence '\w'
RaftSprite(raft,"Assets\wood_raft.png",(self.all_sprites,self.raft_sprites),self.raft_sprites)
/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/level.py:30: SyntaxWarning: invalid escape sequence '\g'
Sprite([x_coord,pos],"Assets\grass_grassy.png",(self.all_sprites,self.draw_sprites))
/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/level.py:35: SyntaxWarning: invalid escape sequence '\w'
Sprite([x_coord,pos],"Assets\water_watery.png",(self.all_sprites,self.draw_sprites))
/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/level.py:41: SyntaxWarning: invalid escape sequence '\m'
Sprite([x_coord,pos],"Assets\middle_mid.png",(self.all_sprites,self.draw_sprites))
/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/level.py:43: SyntaxWarning: invalid escape sequence '\m'
Sprite([x_coord,pos],"Assets\mid_flip.png",(self.all_sprites,self.draw_sprites))
/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/level.py:51: SyntaxWarning: invalid escape sequence '\o'
Sprite([self.rock_x_coords[x],self.rock_y_coords[x]],"Assets\ock_realrock.png",(self.all_sprites,self.rock_sprites,self.draw_sprites))
/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/level.py:82: SyntaxWarning: invalid escape sequence '\w'
RaftSprite((self.rounded_mouse_pos),"Assets\wood_raft.png",(self.all_sprites,self.raft_sprites),self.raft_sprites)
/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/cannon_sprites.py:16: SyntaxWarning: invalid escape sequence '\c'
self.cannon_image = "Assets\cannon_cannon.png"
/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/cannon_sprites.py:18: SyntaxWarning: invalid escape sequence '\c'
self.cannon_image = "Assets\cannon_flip.png"
/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/cannon_sprites.py:44: SyntaxWarning: invalid escape sequence '\c'
self.cannon_image = "Assets\cannon_ball.png"
Traceback (most recent call last):
File "/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/main.py", line 29, in <module>
main()
File "/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/main.py", line 25, in main
game = Game()
^^^^^^
File "/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/main.py", line 11, in __init__
self.current_stage = Level()
^^^^^^^
File "/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/level.py", line 20, in __init__
self.setup()
File "/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/level.py", line 25, in setup
RaftSprite(raft,"Assets\wood_raft.png",(self.all_sprites,self.raft_sprites),self.raft_sprites)
/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/level.py:1: SyntaxWarning: invalid escape sequence '\w'
from settings import *
File "/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game/Code/raft_sprites.py", line 8, in __init__
self.image.blit(pygame.image.load(surf).convert_alpha())
^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: No file 'Assets\wood_raft.png' found in working directory '/home/ntoll/src/scratch/pyweek39/manxicade/Untitled Raft Game'.

:-(((

Did not work

speedlimit35

The file paths are windows specific so I wasn't able to run on Mac.

FileNotFoundError: No file 'Assets\wood_raft.png' found in working directory '/Untitled Raft Game/Code'.

Did not work

Anders

* shoutout to clear code :)

- the way the assets were organized it did not run when executing run_game.py, it was likely the IDE was fixing paths automatically but perhaps it was not run in this version?

Fun 2 Prod 2 Inno 2

inkontoasty

nice try i guess :)

Did not work

KNKWasTaken

Well! I tried to play it, but then I got an error saying that the path wasn't found. Sorry!