Category Archives: Root

TicTacToe

TicTacToe is a basic implementation of the classic game. This project was mainly an evaluation of the JMonkeyEngine 3. Due to the cross-plattform nature of JMonkeyEngine 3, this game can be used under Windows, Linux and MacOSX ! Controls : … Continue reading

Posted in JME3 | Leave a comment

JavaScript Strategy Game

Getting hands on the Kindle SDK isn’t that easy, getting Kindgle apps in Europe is currently impossible. A possible solution to get (own) applications on the Kindle is to use the Kindle’s experimental browser. But the browser uses WiFi or … Continue reading

Posted in Kindle / JavaScript | Leave a comment

TicTacToe

TicTacToe is a basic implementation of the classic game. The Project isn’t about seriously creating a TicTacToe implementation (which is evident in the AI, that is merely randomly choosing a position), but about evaluating the SFML / C++ combo in … Continue reading

Posted in SFML / C++ | Leave a comment

CustomProgressBar

This progress bar (using the Panel class as base) is highly customizable : different color for the bar, horizontal/vertical bar, left-to-right/right-to-left, down-to-up/up-to-down, custom labels… You can use the source code in whatever way you want : CustomProgressBar.cs CustomProgressBar with BorderStyle:Fixed3D … Continue reading

Posted in C# | Leave a comment

ToDoList Tool

This quick sketch of a ToDoList Tool allows to manage Tasks and assign them a status. Tasks/Jobs can be moved, created, deleted and changed. The tasks/jobs are managed using a tree hierarchy that allows management of even a larger number … Continue reading

Posted in Projects | Leave a comment