mapscii/main.js

16 wiersze
321 B
JavaScript
Czysty Zwykły widok Historia

/*#
2017-04-26 16:06:28 +00:00
mapscii - Terminal Map Viewer
by Michael Strassburger <codepoet@cpan.org>
Discover the planet in your console!
This scripts boots up the application.
TODO: params parsing and so on
#*/
require('coffee-script/register');
2017-04-26 16:06:28 +00:00
const Mapscii = require('./src/Mapscii');
2017-04-26 16:06:28 +00:00
mapscii = new Mapscii();
mapscii.init();