Skip to content

Commit

Permalink
Merge pull request #114 from Capstone-Projects-2024-Spring/BP-241-Sha…
Browse files Browse the repository at this point in the history
…re-to-Community-Hub

Bp 241 share to community hub
  • Loading branch information
gummyfrog committed Apr 22, 2024
2 parents bc670a7 + 4a261a4 commit 2a6d018
Show file tree
Hide file tree
Showing 63 changed files with 3,015 additions and 4,016 deletions.
3 changes: 1 addition & 2 deletions blockly/compile.js
Expand Up @@ -128,8 +128,7 @@ var findPathToExit = (workspace) => {

var traverse = (block) => {
if(eFound == true) { return; }

console.log(block);
if(block == undefined) { return; }
if(block.type == "exit") {
eFound = true;
};
Expand Down
137 changes: 0 additions & 137 deletions blockly/compiled_games/Awesome Block Examples.py

This file was deleted.

109 changes: 0 additions & 109 deletions blockly/compiled_games/Flappy Bird.py

This file was deleted.

137 changes: 0 additions & 137 deletions blockly/compiled_games/Multiplayer Tetris.py

This file was deleted.

0 comments on commit 2a6d018

Please sign in to comment.