Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabibulat/Game-Of-Life
Using Unity and Mirror. Conway's game of life simulation + Card Game with single player, local and online multiplayer
https://github.com/gabibulat/Game-Of-Life
card-game csharp gameoflifesimulation localmultiplayer mirror multiplayer-online-game spectator-mode turn-based unity
Last synced: 2 months ago
JSON representation
Using Unity and Mirror. Conway's game of life simulation + Card Game with single player, local and online multiplayer
- Host: GitHub
- URL: https://github.com/gabibulat/Game-Of-Life
- Owner: gabibulat
- Created: 2022-08-09T14:08:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T14:56:59.000Z (over 2 years ago)
- Last Synced: 2024-07-30T20:56:47.464Z (5 months ago)
- Topics: card-game, csharp, gameoflifesimulation, localmultiplayer, mirror, multiplayer-online-game, spectator-mode, turn-based, unity
- Language: C#
- Homepage:
- Size: 2.41 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game-Of-Life
Scene 1 : Conway's Game Of Life. Has options to add predefined shapes and AI glider (orange glider), change grid size, clear, pause and restart options.
Scene 2 : Addition to Conway's Game Of Life single player turn-based card game. Player has 6 Turns. Each card has action cost and player has 4 actions per turn. Game has undo option until drawing new card and start Game Of Life option. On game over it has option for a new game.
Scene 3 : Local multiplayer Conway's Game Of Life turn-based card game. Up to 4 players. Each player has unique color cells. Game Of Life starts when each player has finished it's turn.
Scene 4 : Online multiplayer Conway's Game Of Life turn-based card game using Mirror. Has ScoreBoard and information about which player is currently playing and it's turn. Has Spectator mode.