/24h-2019-ai-server

Retroengineered server of the AI event of the "24h du DUT Informatique" 2019 at Le Havre

Primary LanguageTypeScriptMIT LicenseMIT

24h 2019 - AI Server

Building

npm run build

Running

npm start [MAP_PATH]

where [MAP_PATH] is the path to the PPM image corresponding to the map to use, eg. ./examples/echo_server.ppm.

Generate a map

node examples/generate.js > your_randomly_generated_map.ppm

Example

$ npm run build
$ npm start ./examples/echo_server.ppm

> 24h_2019_ai_server@0.1.0 start
> node dist/index.js "./examples/echo_server.ppm"

Lobby created on UDP port 8000. Waiting for players...
          
          
  ##  ##  
# ##  ## #
#  #  #  #
#  #  #  #
# #    # #
#  ####  #
##      ##
####  ####

License

MIT