Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2893588
ArcanistAnoidWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
711 B
Referenced Files
None
Subscribers
None
ArcanistAnoidWorkflow.php
View Options
<?php
final
class
ArcanistAnoidWorkflow
extends
ArcanistWorkflow
{
public
function
getWorkflowName
(
)
{
return
'anoid'
;
}
public
function
getWorkflowInformation
(
)
{
$help
=
pht
(
'Use your skills as a starship pilot to escape from the Arcanoid. '
.
'System requirements: a color TTY with character resolution 32x15 or '
.
'greater.'
)
;
return
$this
->
newWorkflowInformation
(
)
->
setHelp
(
$help
)
;
}
public
function
getWorkflowArguments
(
)
{
return
array
(
)
;
}
public
function
runWorkflow
(
)
{
$root_path
=
dirname
(
phutil_get_library_root
(
'arcanist'
)
)
;
$game_path
=
$root_path
.
'/scripts/breakout.py'
;
return
phutil_passthru
(
'%s'
,
$game_path
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 18:42 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127524
Default Alt Text
ArcanistAnoidWorkflow.php (711 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment