Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotpep/paint-drying
Paint Drying is CLI adventure game that shows example of State Patterns using C#, .NET 7.0, OOP and Implements Scenes.
https://github.com/dotpep/paint-drying
adventure-game cli-game csharp csharp-cli dotnet game oop state-pattern state-pattern-example
Last synced: 3 days ago
JSON representation
Paint Drying is CLI adventure game that shows example of State Patterns using C#, .NET 7.0, OOP and Implements Scenes.
- Host: GitHub
- URL: https://github.com/dotpep/paint-drying
- Owner: dotpep
- Created: 2024-01-27T21:54:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-29T18:45:08.000Z (10 months ago)
- Last Synced: 2024-01-30T14:24:43.218Z (10 months ago)
- Topics: adventure-game, cli-game, csharp, csharp-cli, dotnet, game, oop, state-pattern, state-pattern-example
- Language: C#
- Homepage:
- Size: 38.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paint Drying
Simple CLI Adventure-Game that shows example of implementatiom State Patterns for Scenes.
## Demonstration
![Paint Drying](demo_paint-drying.gif)
## Release
- current: Version 1.0 Released.
- [click me to Download Game](https://github.com/dotpep/paint-drying/releases/tag/v1.0.0)### Install Game .exe
- go to Release page on GitHub repo or [click at this release link](https://github.com/dotpep/paint-drying/releases/tag/v1.0.0)
- download archive file PaintDrying_v1 in format .zip or .rar
- run .exe file (without deleting other files in archived file)
- you can create shortcut by clicking Right Mouse Button and choose Shortcut### How to play?
> Just use Keyboard in CLI and Enjoy Adventure.
- Enter to choose options.
- Arrow Up to iteract with Menu System.
- Arrow Down to iteract with Menu System.### Features
- Game Menu Keyboard Controller System
- Paint Text in Tablet
- Paint Wall of Room
- Take Flashlights to enter the Garage
- Take Paint Color in Garage### What's next
> There is some list of idea
-
## TODO
- [x] .exe Realese on GitHub
- [x] capture gif demo of game and add it into README
- [ ] replace Garage and Room ASCII-Arts
- [ ] rewrite some text in game## Reference
- [Mikewesthad](https://www.youtube.com/@mikewesthad)