This repository has been archived on 2022-12-21. You can view files and clone it, but cannot push or open issues or pull requests.
sdm03/src/main/java/com/github/dtschust/zork/repl/actions
2022-11-22 00:46:20 +01:00
..
AddAction.java switch from harcoded string to enum and remove complexity in some actions 2022-11-22 00:46:20 +01:00
AttackAction.java switch from harcoded string to enum and remove complexity in some actions 2022-11-22 00:46:20 +01:00
DeleteAction.java switch from harcoded string to enum and remove complexity in some actions 2022-11-22 00:46:20 +01:00
DropItemAction.java switch from harcoded string to enum and remove complexity in some actions 2022-11-22 00:46:20 +01:00
GameOverAction.java switch from harcoded string to enum and remove complexity in some actions 2022-11-22 00:46:20 +01:00
InventoryAction.java switch from harcoded string to enum and remove complexity in some actions 2022-11-22 00:46:20 +01:00
MoveAction.java switch from harcoded string to enum and remove complexity in some actions 2022-11-22 00:46:20 +01:00
OpenAction.java switch from harcoded string to enum and remove complexity in some actions 2022-11-22 00:46:20 +01:00
PutAction.java switch from harcoded string to enum and remove complexity in some actions 2022-11-22 00:46:20 +01:00
ReadAction.java switch from harcoded string to enum and remove complexity in some actions 2022-11-22 00:46:20 +01:00
TakeAction.java switch from harcoded string to enum and remove complexity in some actions 2022-11-22 00:46:20 +01:00
TurnOnAction.java switch from harcoded string to enum and remove complexity in some actions 2022-11-22 00:46:20 +01:00
UpdateAction.java switch from harcoded string to enum and remove complexity in some actions 2022-11-22 00:46:20 +01:00