You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snake game written in PowerShell which uses any windows console (cmd.exe, powershell.exe, even VSCode!) and draws out a custom native code based game. Useful and fun game for aspiring programmers and techies. Features:
Robust Game engine:
Capable of handling multiple snakes / objects
Mod capabilities by extending engine and providing your own Game Hook / Classes (as long as you implement the appropriate interfaces)
Saving / Restoring complete state (Snakes, directions, objects, Game Grid, Tick Speed, etc)
Level Mechanics:
Obstruction creation
Laser beams
Moving snitches (with random point values)
Customization Segment:
Allows you to Customize $Script:GameKnobs to adjust everything from Sleep Times, Obstruction sizes, Render sizes, Colors, Symbols, SaveMaps, Laser Logic, etc