Skip to content

A handful tool for displaying the results of COMP90054 Pacman Contest (COMP90054 AI Planning and Autonomous Assignment 3)

Notifications You must be signed in to change notification settings

wennongC/COMP90054-Contest-Result-Display-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP90054-Contest-Result-Display-Tool

A handful tool for displaying the results of COMP90054 Pacman Contest (COMP90054 AI Planning and Autonomous Assignment 3)


Code logic

  1. Make request to the original result page hosted on http://115.146.95.253 + '/xxxx/result.html'
  2. parse the responsed HTML code, and find out the 2 table elements (one for ranking table, and one for match table)
  3. Extract data out of the table elements based on given 'teamname' parameter. (parameter is provided by front-end user input)
  4. Using ejs view engine to render those data into the HTML code
  5. Response it back to user

About

A handful tool for displaying the results of COMP90054 Pacman Contest (COMP90054 AI Planning and Autonomous Assignment 3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published