This repository has been archived by the owner on Jul 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GeneralGuy4872
committed
Nov 29, 2019
1 parent
c0afd9e
commit 4d87b2a
Showing
21 changed files
with
554 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ | |
#exclude temporary files | ||
**/*.tmp | ||
**/*.swp | ||
**/.*.sw* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
./src/modules/IWannaFly/CommandLine.pseudo | ||
./src/modules/IWannaFly/RoomGen.pseudo | ||
./src/events/lawful_plane_guardian_battle.pseudo | ||
./src/flexlookbehind.pseudo |
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
persuer AI: | ||
queue from nearest to furthest | ||
store distance from player when they leave room for each persuer | ||
divide by move distance | ||
give twice that many turns head start | ||
as soon as square that player entered into opens, spawn | ||
|
||
follower AI: | ||
queue from nearest to furthest | ||
as soon as square that player entered into opens, spawn next |
Oops, something went wrong.