• Stars
    star
    2
  • Language
    C#
  • License
    MIT License
  • Created about 2 months ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Flappy Bird clone game made with Unity applying GRASP.

More Repositories

1

UnityUIOptimizationTool

A Unity Editor tool that automatically optimizes selected UI game objects (including Prefabs) to save you time.
C#
134
star
2

SteeringBehaviors

C++ SDL AI Steering Behaviors: Seek, Flee, Arrive, Pursue, Evade, Wander, Path Following, Collision Avoidance and Combining them.
C++
32
star
3

UnityLoggerExtended

A custom logger for Unity with custom categories and logs only available on Editor and Development Builds.
C#
27
star
4

UnitySOLIDAsteroidsGame

A mini space game made applying all SOLID Principles to serve as a reference of good code architecture.
C#
19
star
5

UnityDesignPatternsReference

A tiny retro action RPG implementation made applying Software Design Patterns to serve as a guide of reusable solutions that can be applied to common problems.
C#
17
star
6

MobileGameStore

A mobile game store UI implementation scalable for multiple mobile devices resolutions done in one week.
C#
16
star
7

SlotsMachine

A basic slots machine game done in 5 days using Dependency Injection (Zenject), an Events System and wrote some Unit Tests. Pretty clean code architecture too.
C#
14
star
8

TicTacToeTDD

Tic Tac Toe implementation using TDD and made all tests run on every new pull request using Unity Actions.
C#
10
star
9

Pathfinding

C++ SDL AI Pathfinding: BFS, Dijkstra, GBFS and A* algorithms.
C++
10
star
10

Zork

A Zork game in C++ using Unitary Testing with CppUnit.
C++
8
star
11

UnityMessagingSystem

A typesafe, lightweight Unity message bus system that respects the Open-Closed principle.
C#
8
star
12

Decisions

C++ SDL AI Decisions: Finite State Machines and starting GOAP.
C++
6
star
13

CandyCrush

A simple Candy Crush implementation using a 2D game engine architecture with C++ and SDL (MVC pattern).
C++
6
star
14

HackAndSlash

A simple hack and slash game using SDL and C++ with some design patterns and doxygen documentation.
C++
5
star
15

TapMatchMVC

Basic match 3 game implementation using model-view-controller structure done in one weekend.
C#
4
star
16

SpaceFighterMVC

Simple Asteroids-inspired game implementation using model-view-controller structure done in one weekend.
C#
4
star
17

Tatedrez

A basic tatedrez mobile game implementation done in a few days.
C#
3
star
18

BrickBreaker

A basic brick breaker mobile game implementation done in a few days.
C#
3
star
19

StinsonEngine

A 3D engine using C++ with OpenGL that tries to mimic Unity's functionalities.
C++
3
star
20

JoanStinson

My personal repository.
2
star
21

SpaceInvaders

A Space Invaders remake using SDL and C++ done in one week.
C++
2
star
22

OpenTKMVVMExample

An OpenTK rendering example of basic geometries within a MVVM architecture.
C#
1
star
23

MinesweeperMVP

A basic Minesweeper implementation made with Clean Code and applying the MVP architecture.
C#
1
star