Let’s taste our class project of KBS Subject (Knowledge Based System), Wumpus: The Journey to Avoid pits and wumpus itself.
You need .Net framework version at least 3.5 or above in order to run this program.
It comes in .zip file, so after uncompress it, just double click on “WumpusWinform.exe”.
WIN !!
Download
Like
Unlike
Share it on
Hello  everyone.
Recently I have “Computer Communication and Security homework” to do. They consist of many problem involving encryption/decryption algorithm. One problem let you try to decipher all the text, it’s an english prose.
vcwpc kwblm smljy glbgu gbtwj jyats
lwsgm lwjjy vcrfc rikwl qjwte fscpw
lbgqm jwscb ktpbc pqats vfwsm dvwpw
lbsfc ktrfu wtlsc brpgk cmdqj wtefs
cpgle [...]
Have you ever wonder how to implement the lighting in the cloudy and raining day?
For me, the answer is “yes”. By jump across directly to 3d world would be a bit of difficulty, so I decide to do it in 2d first.
The behavior of the lighting in natural is complex and unpredictable, we always try [...]
#gallery-2 {
margin: auto;
}
#gallery-2 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 50%; }
#gallery-2 img {
border: 2px solid #cfcfcf;
}
#gallery-2 .gallery-caption {
margin-left: 0;
}
Initial test (specular highlight is enabled)
Add more buildings.
Look from another side.
Aha!!, finally.
See the effect of specular highlight at top left.
Fog is not that hard to implement, in fact it’s easy that it doesn’t pull down and doesn’t need much [...]
I know when you are doing your current project, you focus on its contents.
This let your less time to be spend on building the system or algorithm that need to support them.
By facing this by myself, when I do my game project’s AI system. It need the priority queue to support the sorted messages that [...]