An interactive Git learning game!
Go to file
2020-10-06 10:51:12 +02:00
fonts Add a theme resource, which applies fonts/styles to all Control elements 2020-09-21 17:00:00 +02:00
levels Add all new levels 2020-10-06 10:51:12 +02:00
nodes Add pop sound when player adds nodes 2020-09-24 10:52:58 +02:00
scripts Fix opening things in file browser, fix [code] highlighting 2020-10-06 10:38:31 +02:00
styles Convert level dropdowns to OptionButtons 2020-09-28 19:02:12 +02:00
.gitignore When exporting for Windows, bundle with PortableGit 2020-09-09 17:04:22 +02:00
arrow.gd Set center of gravity correctly when shrinking Nodes Control 2020-09-24 10:31:41 +02:00
arrow.tscn Use simple pager for long output 2020-09-29 17:05:04 +02:00
chapter.gd Load level information into classes 2020-09-29 19:40:17 +02:00
export_presets.cfg When exporting for Windows, bundle with PortableGit 2020-09-09 17:04:22 +02:00
file_browser.gd Fix opening things in file browser, fix [code] highlighting 2020-10-06 10:38:31 +02:00
file_browser.tscn Added File Browser for Repository Scene 2020-09-22 13:19:53 +02:00
game.gd When game is run with --sandbox, switch to sandbox 2020-09-29 17:52:31 +02:00
helpers.gd Prior positioning of nodes for better layout 2020-10-01 13:11:29 +02:00
level.gd Fix opening things in file browser, fix [code] highlighting 2020-10-06 10:38:31 +02:00
level_repo.gd Add LevelRepo class - I forgot :P 2020-10-01 12:24:47 +02:00
levels.gd Load level information into classes 2020-09-29 19:40:17 +02:00
main.gd Fix opening things in file browser, fix [code] highlighting 2020-10-06 10:38:31 +02:00
main.tscn Allow having an arbitrary number of repos in a level 2020-09-30 21:36:11 +02:00
Makefile When building a zip of the game, don't include /tmp 2020-09-24 11:09:51 +02:00
node.gd Close completions after running a command 2020-09-27 21:50:14 +02:00
node.tscn When game is run with --sandbox, switch to sandbox 2020-09-29 17:52:31 +02:00
player.gd Indent using tabs, which is Godot's default behavior 2020-08-24 16:49:39 +02:00
player.tscn Basic project with export Makefile 2020-01-29 20:25:13 +01:00
project.godot Allow having an arbitrary number of repos in a level 2020-09-30 21:36:11 +02:00
repository.gd Select correct entries in level selector when clicking them 2020-10-01 14:56:24 +02:00
repository.tscn Automatically switch on simplified view when there are >= 3 commits 2020-09-30 22:41:28 +02:00
sandbox.gd Fix sandbox mode by connecting the terminal's signal 2020-10-01 10:07:43 +02:00
sandbox.tscn Fix sandbox mode by connecting the terminal's signal 2020-10-01 10:07:43 +02:00
shell.gd Fix a problem where the global_shell was in a non-existing directory 2020-09-29 18:36:24 +02:00
tcp_server.gd Move exec, crash, and file IO to "helpers" autoload node 2020-09-29 14:54:07 +02:00
tcp_server.tscn Preparations for async commands 2020-09-24 10:10:14 +02:00
terminal.gd Fix opening things in file browser, fix [code] highlighting 2020-10-06 10:38:31 +02:00
terminal.tscn Fix opening things in file browser, fix [code] highlighting 2020-10-06 10:38:31 +02:00
test.gd Experimental TCP Server node 2020-09-15 09:42:06 +02:00
text_editor.gd Fix opening things in file browser, fix [code] highlighting 2020-10-06 10:38:31 +02:00
text_editor.tscn Allow multiple level sets, pull out default order into "sequence" file 2020-09-22 16:12:03 +02:00