Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)