Skip to content

CMPE260 Principles of Programming Languages Homework. Implementation of minecreaft simulation with custom and given methods in Prolog(Logic Programming Language).

Notifications You must be signed in to change notification settings

defabdullah/Minecraft-Simulation-Logic-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft-Simulation-Logic-Programming

CMPE260 Principles of Programming Languages Homework. Implementation of minecreaft simulation with custom and given methods in Prolog(Logic Programming Language).

After compiling main.pro file, predicates can be given.

Example predicates

?- state(A, O, T), State=[A, O, T], navigate to(State, 6, 5, [go_right, go_up, go_up] , 4).

?- state(A, O, T), State=[A, O, T], find castle location(State, 2, 3, 5, 6).

About

CMPE260 Principles of Programming Languages Homework. Implementation of minecreaft simulation with custom and given methods in Prolog(Logic Programming Language).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages