Top 11 C# Random Projects
-
Maybe something like this: https://numerics.mathdotnet.com?
-
PacMan is... a PacMan clone in the console. Get the dots. Dodge the ghosts. It's not intended to be very faithful though. I didn't research the AI of the ghost, I just came up with my own AIs that worked. Here is what I did for the ghost AIs: - Ghost a: follows you via Dijkstra Path Finding and updates every 6 frames (faster) - Ghost b: randomly moves and updates every 6 frames (faster) - Ghost c: follows you via Dijkstra Path Finding and updates every 12 frames (slower) - Ghost d: randomly moves and updates every 12 frames (slower) Note: for this game I pulled in a reference to my nuget package Towel because it includes generic versions of the Dijkstra Path Finding algorithm.
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
RogueSharp
A .NET Standard class library providing map generation, path-finding, and field-of-view utilities frequently used in roguelikes or 2D tile based games. Inspired by libtcod
-
SecurityDriven.Core
Modern, fast, safe, cryptographically strong .NET replacement for Random and RandomNumberGenerator.
But it's a wrapper around RandomNumberGenerator.
-
-
this is what i use when i need to generate some user-friendly temp codes n stuff: https://github.com/mkropat/MlkPwgen
-
Fluent-Random-Picker
Fluent Random Picker is a nice, performant, fluent way to pick random values. Probabilities can be specified, values can be weighted.
Thanks. An issue for this exists: https://github.com/ndsvw/Fluent-Random-Picker/issues/6
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
Project mention: How would I encrypt a string with a password, and decrypt it later? | reddit.com/r/csharp | 2021-07-18
Simplest way is to use my lib https://github.com/stanac/EasyCrypto
-
-
OsuSkinRandomizer
Fun tool that will generate a fresh osu skin, out of random parts from all your osu skins...wait, what?
-
random-range
Learn a much simpler AND more powerful way to choose random values between two constants, curves, on a curve, or even a single value.
Project mention: Unity Tip: You don't have to use float Min; float Max; Random.Range(Min,Max) to get random values. Use MinMaxCurve to do that, get a random value between 2 curves, a constant, and value on curve all from the same control! | reddit.com/r/gamedev | 2022-03-17
C# Random related posts
Index
What are some of the best open-source Random projects in C#? This list will help you:
Project | Stars | |
---|---|---|
1 | MathNet | 2,813 |
2 | Towel | 526 |
3 | RogueSharp | 370 |
4 | SecurityDriven.Core | 104 |
5 | CsCheck | 60 |
6 | MlkPwgen | 54 |
7 | Fluent-Random-Picker | 24 |
8 | EasyCrypto | 13 |
9 | CreateAndFake | 11 |
10 | OsuSkinRandomizer | 7 |
11 | random-range | 2 |
Are you hiring? Post a new remote job listing for free.