community-rpg icon indicating copy to clipboard operation
community-rpg copied to clipboard

Open-Source RPG using the Python computer language and the Arcade graphics library.

Results 18 community-rpg issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/pythonarcade/community-rpg/issues/34. Either this or has the arcade hit box detection actually do it.

# left wall end ![image](https://user-images.githubusercontent.com/3373830/166300808-53e1bc2a-5b4d-4982-9983-351aaa187814.png) # vertical wall ![image](https://user-images.githubusercontent.com/3373830/166301122-8e05bdbb-d13b-454e-9448-92c3970251a1.png) # character's hitbox should just be on feet (head should not collide with wall above) ![image](https://user-images.githubusercontent.com/3373830/166301266-0bcb8390-f4e9-4f6a-9852-b97c6ca7cb60.png) # left iron fence end...

bug
good first issue

Added better player movement and 2 cameras

https://api.arcade.academy/en/latest/tutorials/raycasting/index.html

**Describe the bug** The player sprite is rendered above mobile NPCs which are located lower down on the screen and should be drawn later. **To Reproduce** Steps to reproduce the...

### Description The foot step sound gets stuck playing. Sometimes this keeps playing after movement keys are released, but it may also stop when the movement controls are released. ###...

This could be done immediately to incorporate the changes made during the PyCon sprint, or it could wait until further changes are made. It might be nice to get a...

https://api.arcade.academy/en/latest/api/gui.html

good first issue

It is possible to walk off the map. ![image](https://user-images.githubusercontent.com/3373830/166298720-0a6eec38-b689-4ffd-b8c3-7825c3a8e990.png)

bug
good first issue

Currently the map in the game is pretty small, doesn't have much content on it. We'd like to both make a large map, and more maps. More buildings that you...

enhancement
good first issue