JMReversi

This entry is about JMReversi, a free implementation of classic Reversi. At this moment, this application is not in the Store but hopefully will be available soon, because I didn’t have any problem validating it locally.

My personal reason to develop this application is to implement Alfa-Beta algorithm.

My idea is release some day another version with more features that are currently half developed, but now I don’t have time so I decided release it.

Any comment and suggestion is well appreciated.

Windows Store

General features

Version 1.0

  • Play classic Reversi game.
  • Computer decissions are based on Alfa-Beta algorithm.

Screenshots

JMTwitter

This entry is about JMTwitter, a free Twitter client for Windows 8 (metro style) I’m currently developing. At this moment, the application is not published in the official store (in fact, has been rejected because didn’t pass performance tests, therefore I need to improve it, sure).

I think I will also release the source code when I finish to comment it and have time for that. I would like to continue developing this application and all comments and suggestions will be well appreciated.

General features

Version 1.0

  • Visualize your timeline, mentions and trending topics (refresh every minute).
  • Automatically stores your timeline and mentions to visualize offline.
  • Send tweets and replies.
  • Automatic splited tweets and replies.
  • Snapview mode.

Screenshots

External libraries (credits)

  • LinqToTwitter by Joe Mayo is the library used to interact with Twitter service itselft.
  • SQLite-net by Frank Krueger is the library used to store timeline tweets to have them available offline.