Skip to content

pravj/puzzl.arXiv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puzzl.arXiv

######Implementing an intelligent version of the classical sliding-puzzle game for unix terminals using Golang's concurrency primitives

https://arxiv.org/submit/1332984/view

Implemented during the EC-382 : Artificial Intelligence course taught by Dr. Partha Pratim Roy

####Abstract An intelligent version of the sliding-puzzle game is developed using the new Go programming language, which uses a concurrent version of the A-star Informed Search Algorithm to power solver-bot that runs in the background. The game runs in computer system’s terminals. Mainly, it was developed for UNIX-type systems but it works pretty well in nearly all the operating systems because of cross-platform compatibility of the programming language used.

The game uses language’s concurrency primitives to simplify most of the hefty parts of the game. A real-time notification delivery architecture is developed using language’s built-in concurrency support, which performs similar to event based context aware invocations like we see on the web platform

Customized version of the template zhiyuanshi/pl-latex-templates

About

Paper that highlights technical details about the game puzzl,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages