Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
push commit from localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneralGuy4872 committed Nov 29, 2019
1 parent c0afd9e commit 4d87b2a
Show file tree
Hide file tree
Showing 21 changed files with 554 additions and 340 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
#exclude temporary files
**/*.tmp
**/*.swp
**/.*.sw*
4 changes: 4 additions & 0 deletions filestmp
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 added filestmptmp
Empty file.
Binary file added src/.iwannaflycurses.messy.swn
Binary file not shown.
Binary file added src/.iwannaflycurses.messy.swo
Binary file not shown.
Binary file added src/.macro.h.swo
Binary file not shown.
Binary file added src/.objects.messy.swm
Binary file not shown.
Binary file added src/.objects.messy.swn
Binary file not shown.
Binary file added src/.objects.messy.swo
Binary file not shown.
7 changes: 0 additions & 7 deletions src/flexlookbehind.pseudo

This file was deleted.

10 changes: 10 additions & 0 deletions src/greedy/follower
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
Loading

0 comments on commit 4d87b2a

Please sign in to comment.