vault backup: 2025-10-17 21:36:05
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
## The Farmer was replaced
|
## 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.
|
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.
|
||||||
|
|
||||||
@ -14,5 +14,3 @@ Currently one of the most near game concept I was thinking about. The impact on
|
|||||||
|
|
||||||
- No game plot
|
- No game plot
|
||||||
- Game feels like sandbox after a while
|
- Game feels like sandbox after a while
|
||||||
|
|
||||||
[The Farmer was replaced](https://store.steampowered.com/app/2060160/The_Farmer_Was_Replaced/)
|
|
13
Game/Single Player Mode.md
Normal file
13
Game/Single Player Mode.md
Normal file
@ -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.
|
@ -1,11 +1,13 @@
|
|||||||
{
|
{
|
||||||
"nodes":[
|
"nodes":[
|
||||||
{"id":"50e5c35f8dc70ded","x":-465,"y":-378,"width":250,"height":60,"color":"4","type":"text","text":"Coding Game"},
|
{"id":"50e5c35f8dc70ded","type":"text","text":"Coding Game","x":-465,"y":-378,"width":250,"height":60,"color":"4"},
|
||||||
{"id":"fc628030dd99c2d5","x":-670,"y":-115,"width":250,"height":60,"type":"text","text":"Plot Mode"},
|
{"id":"fc628030dd99c2d5","type":"text","text":"Plot Mode","x":-670,"y":-115,"width":250,"height":60},
|
||||||
{"id":"4eefd0923c4821a9","x":-260,"y":-115,"width":250,"height":60,"type":"text","text":"Cooperative Mode"}
|
{"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":[
|
"edges":[
|
||||||
{"id":"34803c208d4c9bdf","fromNode":"50e5c35f8dc70ded","fromSide":"bottom","toNode":"fc628030dd99c2d5","toSide":"top","toEnd":"none"},
|
{"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"}
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user