Hunt The Wumpus/Phix: Difference between revisions

m
Fixed syntax highlighting.
(Created page with "{{collection|Hunt_The_Wumpus}} [[Phix] version of Hunt The Wumpus . ==Code== <lang Phix> --Hunt the Wumpus --the classic 70's game --converted f...")
 
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 1:
{{collection|Hunt_The_Wumpus}}
[[Phix]] version of [[:Category:Hunt_The_Wumpus|Hunt The Wumpus]] .
 
===Code===
<syntaxhighlight lang="phix">
<lang Phix>
--Hunt the Wumpus
--the classic 70's game
Line 344:
main()
 
</syntaxhighlight>
</lang>
9,485

edits