Python Forum
[PyGame] Community Project: Python Arcade Collab
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyGame] Community Project: Python Arcade Collab
#1
2-ish years ago we had a pretty successful group project here called pyrollers where users wrote casino style games:
https://github.com/iminurnamez/pyroller

I would like to try something similar again; this time with arcade games. The structure of the project is very similar but I've tried to make a few changes to make both adding new games, and writing multi scene games slightly easier to accomplish.

Here is the repo:
https://github.com/reddit-pygame/Python_Arcade_Collab
I have also created a subreddit for discussion of the project here:
https://www.reddit.com/r/PythonArcadeCollab/

If you would like to contribute in any fashion, fork the repo and leave comment here or make a post on the subreddit.



From the repo's readme file:
Python Arcade Collab

Python Arcade Collab is a group Pygame project focused on creating a collection of Atari-esqu mini-games. Please note that this is a CC-0 project so all code contributions must be licensed as such. Resources (images, music, fonts) without CC0 licenses are permitted, but they must have permissive licenses for non-commerical projects. Discussion on the project takes place on our project subreddit.

Project Goals
  • A chance for people to get some experience working together on a project
  • A chance to use github's collaborative abilities
  • Something people of all experience levels can contribute to
  • CC-0 licensing for code to make using the project as a resource hassle-free
  • Make decisions by consensus whenever possible

How can I get involved?

Make a game:
There are several games on the lobby screen which are place holders. Pick a game from among these (that hasn't already been chosen by someone else) or add a different game of your choosing. The focus is on simple arcade games, but really any type of game is fine if you want to put the work in. To add a new game to the lobby copy the folder template into the games folder and rename it to the name of your game; that's it.
See the Adding a game post here for more info.

Code review:
If you're short on time, but long on experience, consider looking over the repo with an eye towards improvement. You can actually make changes and send a pull request, post to the subreddit with your suggestion or contact /u/mekire. Whatever is easiest for you. Keep in mind that your contributions must be CC-0.

Testing:
We are always looking for ways to improve any aspect of the project, so try it out and let us know what you think, good or bad. Especially bad. If you come across a bug (or even just out of date documentation), please try to include as much detail as possible, including the traceback if there is one. Also include your OS and Python version.
Reply
#2
I belong to a python Maker group, I'll mention at the next meeting if you wish.
Reply
#3
Sounds good to me. Anyone willing to contribute is welcome. I'm trying to make the interface as intuitive as possible for fresh eyes. Not an easy task unfortunately.
Reply
#4
Has been posted here: https://www.meetup.com/New-Hampshire-Pyt...hmpyxfbmc/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Arcade Collision Problem randor 0 2,692 Oct-28-2019, 11:17 PM
Last Post: randor

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020