Skip to content

hackclub/Arcade-Game-Jam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to submit to the jam!

The following instructions will show you how to submit your game in the proper format.

Please read the entirety of the instructions carefully so you submit in the correct format!

Setup your submission:

  1. Create a folder named {Game name}-{Your name} (Replace the brackets with your info)
  2. Create a folder named source
  • Put all the source code to your game in the folder you just created. (Tip: remember to remove any personal information)
  1. Create a folder named build if your game needs a build to run.
  • If your game needs a build, put your build inside it.
  1. Create a file within that folder named README.md
  • Fill this file out with instructions on how to setup and play your game.
  • If you have never used markdown before or prefer rich text editors, here is a nice basic one.
  • Make sure to include links to dependencies & photos if necessary.
  • Don't assume any knowledge. (Ex. Don't assume the person reading it has any knowledge of how to install your game.)

Make a pull request:

  1. Fork this repo. You can click here to fork it.
  2. On your fork:
  • Open the "submissions" folder within your fork
  • Click "Add File"
  • Select "Upload Files"
  • Upload the folder you created in step one and click "Commit changes"
  1. Make a Pull Request
  • On your fork's page, click on "Contribute"
  • Select "Open Pull Request"
  • Click "Create Pull Request"
    • Name your pull request with the name of your project folder ({Game name}-{Your name})
    • In the body of your pull request:
      • Link the github you developed your project on
      • Include approximately how many hours you spent on your project
      • Include a very brief description of your project (1-3 sentences)
      • If you were on a team of two, please spesify your teammate's github username

Congrats, you are done submitting!

If you have any questions feel free to ask them in #arcade-jam on slack. Here is a checklist if that's helpful :)

About

Arcade Game Jam

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 17