Pinned Repositories
Checkers-Alpha
This is an early alpha version of Decent Checkers, released by me on Steam: https://store.steampowered.com/app/2150170/Decent_Checkers/
CodeSample_Currencies
This is a sample of my code as of 2024. It is a currencies system that's based on what I had to implement in one of my work projects. The repo includes the system itself, a demo scene and unit tests
FishNet
FishNet: Unity Networking Evolved.
FishyEOS
A FishNet Transport Library for Unity FishNet.
FishySteamworks
A Steamworks implementation for Fish-Net.
Gard
A 2D Unity Plants vs Zombies kind of game, but the playing field consists of hexes instead of squares.
Kart-Racing
A 3D Unity racing game, where you compete against three bots.
Laser-Defender
A 2D Unity top-down space shooter game.
Snake
A 3D Unity online multiplayer Snake game. Watch a 1-minute long video-presentation: https://youtu.be/TbJH7BsvacE
Towers-of-Hanoi
A 3D Unity online multiplayer version of "Tower of Hanoi" puzzle game. Two players can connect through Steam, and compete against each other. They can do it without a timer: whoever finishes the puzzle first - wins. Or they can do it with a timer: whoever got the closest to the solution when the timer runs out - wins. Watch 1-minute long video presentation: https://youtu.be/JfXThaiigKI
evbishop's Repositories
evbishop/Kart-Racing
A 3D Unity racing game, where you compete against three bots.
evbishop/Snake
A 3D Unity online multiplayer Snake game. Watch a 1-minute long video-presentation: https://youtu.be/TbJH7BsvacE
evbishop/Checkers-Alpha
This is an early alpha version of Decent Checkers, released by me on Steam: https://store.steampowered.com/app/2150170/Decent_Checkers/
evbishop/CodeSample_Currencies
This is a sample of my code as of 2024. It is a currencies system that's based on what I had to implement in one of my work projects. The repo includes the system itself, a demo scene and unit tests
evbishop/FishNet
FishNet: Unity Networking Evolved.
evbishop/FishyEOS
A FishNet Transport Library for Unity FishNet.
evbishop/FishySteamworks
A Steamworks implementation for Fish-Net.
evbishop/Gard
A 2D Unity Plants vs Zombies kind of game, but the playing field consists of hexes instead of squares.
evbishop/Laser-Defender
A 2D Unity top-down space shooter game.
evbishop/Towers-of-Hanoi
A 3D Unity online multiplayer version of "Tower of Hanoi" puzzle game. Two players can connect through Steam, and compete against each other. They can do it without a timer: whoever finishes the puzzle first - wins. Or they can do it with a timer: whoever got the closest to the solution when the timer runs out - wins. Watch 1-minute long video presentation: https://youtu.be/JfXThaiigKI
evbishop/RocketScience
A 3D Unity game, where you play as a rocket and attempt to go through a number of game levels. Each of the levels present you with an obstacle course that you have to navigate through and reach the end.
evbishop/Tile-Vania
A 2D Unity platformer made using Tilemaps and Rule Tiles.