A stealth-based 2D platformer where you don't have to kill anyone unless you want to. https://www.semicolin.games
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Colin McMillen fa4784fc49 IsHarmful -> IsHazard 4 years ago
..
Camera.cs Add Text.DrawOutlined() function & other text helpers. 4 years ago
Clock.cs clean up private fields/properties 4 years ago
Debug.cs fix lint errors 4 years ago
ExtensionMethods.cs load JSON files directly instead of embedding in XML. 4 years ago
FSM.cs remove unneeded timeInState calc & redundant "string?" annotation 4 years ago
FpsCounter.cs make field readonly 4 years ago
Geometry.cs World: load levels by parsing a JSON level description. 4 years ago
History.cs FSM / Player / NPCs now get World as an argument to Update() 4 years ago
IDisplay.cs run dos2unix on all source files 4 years ago
Input.cs FSM / Player / NPCs now get World as an argument to Update() 4 years ago
Line.cs remove unused using statement 4 years ago
LinesOfSight.cs rename numEdgeVertices -> NUM_EDGE_VERTICES 4 years ago
NPC.cs World: load levels by parsing a JSON level description. 4 years ago
Player.cs IsHarmful -> IsHazard 4 years ago
Scene.cs move Player into World 4 years ago
Shared.projitems remove old Levels file 4 years ago
Shared.shproj Shared.shproj: remove redundant & out-of-date file listings 4 years ago
SneakGame.cs remove old Levels file 4 years ago
SoundEffects.cs add short music loop to demo stage 4 years ago
Sprites.cs change Sprite / Animation times to double (sec) instead of int (ms). 4 years ago
Text.cs Add Text.DrawOutlined() function & other text helpers. 4 years ago
Textures.cs Player: start using Sprite data to calculate texture source / animations. 4 years ago
Timer.cs Timer: don't automatically DumpStats(); refactor string prefixes during dump 4 years ago
World.cs IsHarmful -> IsHazard 4 years ago