Posts

Showing posts from 2018

Weekend Game Challenge: Pong

Image
As promised, although I am quite late....Too busy finishing my assignments and all hence the slow release of this week's challenge. For this week there will be none since I need to prepare for my final year project. As usual you can see the full source code on my github link below. Feel free to modify and edit as you please. Until next time... Pong Github : https://github.com/xtremusphone/Pong Regards, - -«ϰτгεϻϋѕ¤ (Admin)

Weekend Game Challenge: Snake

Image
Hello there, haven't been writing for a while now. As you can see in the title, I might try to make mini series for game creation. It may or may not happen, but I'll try to create a mini game series coded in Java for fun. For this week I am releasing code for snake which you can find the full source code in my github link below. You can try it out yourself ans see the code there ;). Cheers. Snake Github : https://github.com/xtremusphone/Snake Regards, - -«ϰτгεϻϋѕ¤ (Admin)

Source-code for simple MetroUx

Image
Hi guys, since I've been inactive in developing media player therefore I've decided to just publish the source code to the public. Do note that this is a simple experimentation for me to test out JavaFx features (which there are a lot more you can do with it). This source code could help you out getting started creating GUI in Java and who knows maybe you will be interested in creating controller libraries such as JFoenix (I didnt use that btw) to further increase JavaFx popularity. Do visit my github to fork out the source code and improve it a lot more ;). Figure shown is MetroUx running. Till then, see you in my next post ;) Github repo:  github/xtremusphone Regards, - -«ϰτгεϻϋѕ¤ (Admin)

The Self-Learning Chatbot

Image
It's been a year plus since i've written in this blog (hehe, mainly due to my internship and also my study at the university). Well I might be posting back to this blog uploading new stuff that may or may not be related to Artificial Intelligence. Owh so yeah, back to the main topic, I was busy trying to finish my assignment for Chatbot. It was kinda tough actually since I was not allowed to import any library apart from the built-in Java classes and method. Hence I had to develop my own NLP toolkit from scratch (not all NLP stuff is implemented) but hey it is good enough I think for an assignment stuff. Anyway, as of now it is still not up to the standard that I want and I will keep on improving it at the very least until the submission date.  Figure shown is the working Chatbot which are still work in progress So far the Chatbot system itself is quite good understand the statement from the user and replying with the appropriate answer to the user. Since there are a lo...