Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omiyagames/everybody-plays-golf
A now-defunct Ludum Dare 39 game: With the combined power of internet, you too can contribute to putting a single golf ball into the hole. The more heads, the better, so this should be an easy task, right? Good luck, golfer, and don't you run out of your own energy!
https://github.com/omiyagames/everybody-plays-golf
database game game-jam gamejam ludum-dare ludumdare mysql php sql unity unity3d
Last synced: 3 months ago
JSON representation
A now-defunct Ludum Dare 39 game: With the combined power of internet, you too can contribute to putting a single golf ball into the hole. The more heads, the better, so this should be an easy task, right? Good luck, golfer, and don't you run out of your own energy!
- Host: GitHub
- URL: https://github.com/omiyagames/everybody-plays-golf
- Owner: OmiyaGames
- License: other
- Archived: true
- Created: 2019-09-09T23:32:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T23:37:27.000Z (over 5 years ago)
- Last Synced: 2024-09-29T14:21:35.485Z (3 months ago)
- Topics: database, game, game-jam, gamejam, ludum-dare, ludumdare, mysql, php, sql, unity, unity3d
- Language: C#
- Homepage: https://omiyagames.itch.io/everybody-plays-golf
- Size: 50.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
This is a template Unity project Omiya Games uses to start their game project.
In this Unity project, the following folders has the following roles:Assets:
A folder required by Unity. Contains assets used for the game. See the README.txt in the folder for more details.ProjectSettings:
A folder required by Unity. Contains settings for Unity.Builds:
A folder where its contents are ignored by Mercurial. Typically where game builds are created in.UnimportedAssets:
A folder that Mercurial versions, but Unity doesn't detect. Typically where unfinished art assets are placed in.Library:
A folder required by Unity. It's contents are very cryptic and mysterious. I wouldn't recommend touching it.
Ignored by Mercurial.Temp:
A folder used by Unity. Unity creates it when an editor opens. I wouldn't recommend touching it.
Ignored by Mercurial.