Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 745 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 745 Bytes

CONTRIBUTING

Contributing a game

If you want to contribute a game to JuliaGaming then please follow the following guidelines.

  • Make sure the game is made in Julia.
  • Make sure that game is not currently existing in the organisation's repositories.
  • The game can use any packages.
  • The game should be safe for children to play (ie. no obscene, unsafe graphics or text)
  • The README file should follow the detailed format:
# Name of Game

Made by {Name of author}

## Dependencies
- Julia (tested in {Version of julia you made the game in})
- {Other dependencies}

## Running the game
{Details on how to run the game, eg. CLI}

## Gameplay
{Screenshots or text output of the gameplay}