Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/najmm01/ldjam43_friendsorfood
A repo for the game I made during the Ludum Dare 43 Game Jam.
https://github.com/najmm01/ldjam43_friendsorfood
game game-2d game-development ludum-dare-43 ludumdare shooter unity unity2d
Last synced: 3 months ago
JSON representation
A repo for the game I made during the Ludum Dare 43 Game Jam.
- Host: GitHub
- URL: https://github.com/najmm01/ldjam43_friendsorfood
- Owner: najmm01
- License: mit
- Created: 2019-01-01T15:30:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T13:53:12.000Z (about 6 years ago)
- Last Synced: 2024-10-09T22:43:47.468Z (3 months ago)
- Topics: game, game-2d, game-development, ludum-dare-43, ludumdare, shooter, unity, unity2d
- Language: C#
- Homepage:
- Size: 12 MB
- Stars: 6
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Friends OR Food
## Intro
This is a repository for the game [Friends OR Food](https://najmm.itch.io/friends-or-food) which I made during the
[Ludum Dare 43 Game Jam](https://ldjam.com) on the theme of "Sacrifices must be made".
The game has been made using the [Unity game engine](https://unity3d.com/).- [Play the game on itch.io](https://najmm.itch.io/friends-or-food)
- [Visit the game's Ludum Dare page](https://ldjam.com/events/ludum-dare/43/friends-or-food)## Disclaimer
This project was conceived in only 3 days, followed by some bug-fixes and cleanup over the coming days, so the code isn't exactly production ready, but an indicative of how to prototype using Unity## Keypoints
- This game was made using Unity 2018.3
- Most of the inbuilt Unity packages have been disabled via the __Package Manager__
- The __Layer Collision Matrix__ for __Physics2D__ has been modified to work properly with the code
- The [GameManager.cs](https://github.com/najmm01/LDJam43_FriendsORFood/blob/master/Assets/_Project/Scripts/Mono/GameManager.cs) file is set to execute before the other scripts via the __Script Execution Order__ window## Screenshots
## Credits
#### Graphics:
- [Game Assets Resources by Bevouliin](https://opengameart.org/users/bevouliincom)
- [Top Down Dungeon by Buch](https://opengameart.org/content/top-down-dungeon-tileset)
- [Cartoon FX Pack by JMO](https://assetstore.unity.com/packages/vfx/particles/cartoon-fx-pack-4010)
- [Others](https://opengameart.org/)
#### Audio:
- [Open Game Art](https://opengameart.org/)
#### Helper scripts:
- [Pooling](https://catlikecoding.com/unity/tutorials/object-pools/) (Scripts have been modified for the game)
- [Boids](http://wiki.unity3d.com/index.php/Flocking) (Scripts have been modified for the game)
- [Auto Letter Box](https://assetstore.unity.com/packages/tools/camera/auto-letterbox-56814)
#### Everything else:
- [Me](https://www.linkedin.com/in/najmmu-saqib-shora-2b868ab5/)## License
[MIT](https://en.wikipedia.org/wiki/MIT_License)