state-design-pattern
There are 29 repositories under state-design-pattern topic.
carlotacb/Lemmings
🎮 Lemmings clone in C++ implemented in a custom engine.
smmehrab/coffee-vending-machine
A coffee vending machine simulator program, implemented to showcase the State Design Pattern in action.
M-Taghizadeh/Python-Design-Patterns
implementation of design patterns with python
Achintha444/DesignPatterns
This repo consists simple simulations of Design patterns.
AdelDaniel/learn-design-patterns-in-dart
Made this repo just to help learning design patterns in Dart, so this repo for anyone needs to learn design patterns in Dart language. This repo also helped developers use Dart programming language by providing some examples for each pattern with many UML class diagrams.
ahmetkucukoglu/design-patterns
Design Patterns C#
chandradharrao/Turn-Based-Console-Game-Using-Java
Turn Based Console Game Java with Design Patterns
divyamsavsaviya/object-oriented-design-patterns
This repository is a comprehensive showcase of various design patterns implemented in Java, demonstrating advanced Object-Oriented Design (OOD) principles in Java. The patterns implemented in this project are fundamental to building robust, flexible, and maintainable software systems.
duyuyenpb/TimeBomb
Using state design pattern for TimeBomb exercise
furkanozev/Object-Oriented-Analysis-Design
Object Oriented Analysis and Design (JAVA Language) Design Patterns, Java GUI
malwareninja/Design-Patterns
State & Strategy Design Patterns
mehboobali98/State-Design-Pattern
The state is a behavioral design pattern that lets an object alter its behavior when its internal state changes. It appears as if the object changed its class.
Mohamad-Jamal-J/PatternsPlayground
Simulating a gaming console runner. Allowing for single-game management using the Singleton design pattern, and game management using the State design pattern for different game states.
vsingh2201/Warehouse-Management-System
EECS 3311 Warehouse Management System
waasnipun/DesignPatterns
Simulation of Design Patterns in Java
and47/mvc-checkers-web
Two-player game of Checkers MVC: state OOP design pattern implements logic, FastAPI web UI (dynamic with JS)
FlorinaMt/Vinyl-Lending-Library_Robot-Simulated
Single user vinyl lending library simulated by 2 threads
hi-shekhar/low_level_design
Implementation of several LLD using Typescript
jenkem1337/url-shortener-frontend
Model View Presenter And State Design Pattern
pradipdharam/e-commerce-application_low-level-design
Designing an E-commerce Application. Handling payments, permissions, sercher etc are introduced. Add products functionalities are incorporated using command design pattern. Cart & Order manager are designed.
akifislam/Decorator-Design-Pattern
A design pattern used to add new functionality during runtime.
akifislam/State-Design-Pattern
A design pattern where the class behaviour may change depending on the context
G0uth4m/State-Design-Pattern
State is a behavioral design pattern that lets an object alter its behavior when its internal state changes. It appears as if the object changed its class.
pradipdharam/atm_design--machine_coding
ATM Machine Low Level Design. Sate Design Pattern is been used to define finite states classes for defined abstraction.
tonix-tuft/status-quo
A simple generic library to implement FSMs (Finite-State Machines) and the State Design Pattern in PHP.
xerdink/online-shopping-ceng431
`State Design Pattern` example.