From 6b25daca3c4767f1b66d7a853eb03ab357d6656a Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 17 Oct 2025 21:36:05 +0200 Subject: [PATCH] vault backup: 2025-10-17 21:36:05 --- Game/Existing Projects.md | 6 ++---- Game/Single Player Mode.md | 13 +++++++++++++ NAVIGATION.canvas | 10 ++++++---- 3 files changed, 21 insertions(+), 8 deletions(-) create mode 100644 Game/Single Player Mode.md diff --git a/Game/Existing Projects.md b/Game/Existing Projects.md index f517542..eb46e10 100644 --- a/Game/Existing Projects.md +++ b/Game/Existing Projects.md @@ -1,6 +1,6 @@ ## The Farmer was replaced -[Reference from Steam](https://store.steampowered.com/app/2060160/The_Farmer_Was_Replaced/) +[Reference on Steam](https://store.steampowered.com/app/2060160/The_Farmer_Was_Replaced/) Currently one of the most near game concept I was thinking about. The impact on the game logic is only possibly through coding which makes it the most similar example of coding games. @@ -13,6 +13,4 @@ Currently one of the most near game concept I was thinking about. The impact on ### Cons - No game plot -- Game feels like sandbox after a while - -[The Farmer was replaced](https://store.steampowered.com/app/2060160/The_Farmer_Was_Replaced/) \ No newline at end of file +- Game feels like sandbox after a while \ No newline at end of file diff --git a/Game/Single Player Mode.md b/Game/Single Player Mode.md new file mode 100644 index 0000000..7bb8312 --- /dev/null +++ b/Game/Single Player Mode.md @@ -0,0 +1,13 @@ +This is the first mode that is planned to be prototype and developed for the first release where user/player has a story and sub-missions each of them is moving the player further, teaching something new and supposed to introduce different parts of IT. + +## Global Story + +User has a global goal, for example constructing spaceship and filling it with different details and logic to upgrade it and prepare yourself for the battle with the boss enemy. + +## Key Concepts and Scenarios + +### Collecting Information + +The basic concept of IT (Information Technology) is receiving, processing, transmitting and dealing with information. No matter which kind of information we are working with, they are based on physical characteristics. For example temperature, darkness detection, sounds through microphones and audio software, camera through light and etc. + +In case of a spaceship and galaxy travelling, a player could try to collect information about fuel amount, construction schemes of the spaceship. \ No newline at end of file diff --git a/NAVIGATION.canvas b/NAVIGATION.canvas index 4b63287..03924ab 100644 --- a/NAVIGATION.canvas +++ b/NAVIGATION.canvas @@ -1,11 +1,13 @@ { "nodes":[ - {"id":"50e5c35f8dc70ded","x":-465,"y":-378,"width":250,"height":60,"color":"4","type":"text","text":"Coding Game"}, - {"id":"fc628030dd99c2d5","x":-670,"y":-115,"width":250,"height":60,"type":"text","text":"Plot Mode"}, - {"id":"4eefd0923c4821a9","x":-260,"y":-115,"width":250,"height":60,"type":"text","text":"Cooperative Mode"} + {"id":"50e5c35f8dc70ded","type":"text","text":"Coding Game","x":-465,"y":-378,"width":250,"height":60,"color":"4"}, + {"id":"fc628030dd99c2d5","type":"text","text":"Plot Mode","x":-670,"y":-115,"width":250,"height":60}, + {"id":"4eefd0923c4821a9","type":"text","text":"Cooperative Mode","x":-260,"y":-115,"width":250,"height":60}, + {"id":"b257b60be70c3ac6","x":-745,"y":80,"width":400,"height":400,"type":"file","file":"Game/Single Player Mode.md"} ], "edges":[ {"id":"34803c208d4c9bdf","fromNode":"50e5c35f8dc70ded","fromSide":"bottom","toNode":"fc628030dd99c2d5","toSide":"top","toEnd":"none"}, - {"id":"c13edd1dae3a56ea","fromNode":"50e5c35f8dc70ded","fromSide":"bottom","toNode":"4eefd0923c4821a9","toSide":"top","toEnd":"none"} + {"id":"c13edd1dae3a56ea","fromNode":"50e5c35f8dc70ded","fromSide":"bottom","toNode":"4eefd0923c4821a9","toSide":"top","toEnd":"none"}, + {"id":"e64fd2bee9718757","fromNode":"fc628030dd99c2d5","fromSide":"bottom","toNode":"b257b60be70c3ac6","toSide":"top"} ] } \ No newline at end of file