Skip to content

Commit

Permalink
Update Dungeon-Crawlers-Code
Browse files Browse the repository at this point in the history
  • Loading branch information
alarad27 authored Oct 8, 2022
1 parent ec70ac0 commit 02239aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dungeon-Crawlers-Code
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
% Executing the functions for the rooms
%Code for Dungeon Crawlers done in MATLAB. Currently developing a full version of the game with Ink and Unity.

% Executing the functions for the rooms
Room1();
[roomChoice2, player2_out, atklist2_out] = Room2();
if roomChoice2 == 1
Expand Down

0 comments on commit 02239aa

Please sign in to comment.