RCRPG/Javascript: Difference between revisions

m
Fixed syntax highlighting.
(Created page with "{{collection|RCRPG}} Javascript version of RCRPG. The code can also be checked out and contributed to on [https://github.com/pistacchio/rcrpgjs github]...")
 
m (Fixed syntax highlighting.)
 
Line 2:
[[Javascript]] version of [[:Category:RCRPG|RCRPG]]. The code can also be checked out and contributed to on [https://github.com/pistacchio/rcrpgjs github] .
 
===Code===
<langsyntaxhighlight lang="javascript">
 
const _ = require('lodash'),
Line 364:
 
process.stdin.on('data', input => world = processInput(input, world))
})();</syntaxhighlight>
</lang>
9,476

edits