<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6020161381240407848</id><updated>2011-07-30T12:00:09.669-07:00</updated><title type='text'>Board games Online</title><subtitle type='html'>A blog supporting the development of Board games online, a generic board game engine</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://codergr.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6020161381240407848/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://codergr.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>CoderGr</name><uri>http://www.blogger.com/profile/16556213898017719937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_51TGsfyHN2A/TEOwOxnSsLI/AAAAAAAAAAw/OuLnRx9si2Q/S220/PA220257.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6020161381240407848.post-2826746919429658047</id><published>2010-07-18T16:18:00.000-07:00</published><updated>2010-08-19T11:03:01.861-07:00</updated><title type='text'></title><content type='html'>&lt;div style="text-align: justify; "&gt;&lt;a href="http://sourceforge.net/projects/boardgames/"&gt;BOARD GAMES    ONLIN E&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify; "&gt;Board games Online blog, reserved to present Board Games Online. It is an attempt to create a community of board games developers, designers and, of course, players. For this purpose I have been developing an open source generic board-game editor.&lt;/div&gt;&lt;div style="text-align: justify; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify; "&gt;The software is hosted on sourceForge.net and can be found &lt;a href="http://sourceforge.net/projects/boardgames/files/"&gt;here&lt;/a&gt;.&lt;/div&gt;&lt;div style="text-align: justify; "&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify; "&gt;Basically, you can create any turn-based board-game you want and play it with other people through a network. For example, below is the chess variation "Super King". All objects are default without any special enhancements. The additional code needed to create the games below is only 5 lines.&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_51TGsfyHN2A/TGDYeE2vbwI/AAAAAAAAABY/7mTgIKGIr5E/s1600/Chess.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 311px; height: 185px;" src="http://2.bp.blogspot.com/_51TGsfyHN2A/TGDYeE2vbwI/AAAAAAAAABY/7mTgIKGIr5E/s320/Chess.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5503636755857764098" /&gt;&lt;/a&gt;&lt;div style="text-align: left;"&gt;The code in C# is:    &lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;&lt;span class="Apple-style-span"  style="color:#3366FF;"&gt;ChessBoard &lt;/span&gt;board = &lt;span class="Apple-style-span"  style="color:#000099;"&gt;new &lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#3366FF;"&gt;ChessBoard&lt;/span&gt;(&lt;span class="Apple-style-span"  style="color:#000099;"&gt;new &lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#3366FF;"&gt;Size&lt;/span&gt;(400, 400), &lt;span class="Apple-style-span"  style="color:#000099;"&gt;new&lt;/span&gt; &lt;span class="Apple-style-span"  style="color:#3366FF;"&gt;Point&lt;/span&gt;(50, 100), &lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;"Chess"&lt;/span&gt;);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;board.ChessSquares(&lt;span class="Apple-style-span"  style="color:#3366FF;"&gt;Brushes&lt;/span&gt;.Gold, &lt;span class="Apple-style-span"  style="color:#3366FF;"&gt;Brushes&lt;/span&gt;.Silver);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;board.RemovePawn(&lt;span class="Apple-style-span"  style="color:#3366FF;"&gt;ChessBoard&lt;/span&gt;.Bishop, 2, &lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;ChessBoard&lt;/span&gt;.Black);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;board.RemovePawn(&lt;span class="Apple-style-span"  style="color:#3366FF;"&gt;ChessBoard&lt;/span&gt;.Rook, 2, &lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;ChessBoard&lt;/span&gt;.Black);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;board.RemovePawn(&lt;span class="Apple-style-span"  style="color:#3366FF;"&gt;ChessBoard&lt;/span&gt;.Knight, 2, &lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;ChessBoard&lt;/span&gt;.Black);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;board.RemovePawn(&lt;span class="Apple-style-span"  style="color:#3366FF;"&gt;ChessBoard&lt;/span&gt;.Queen, 1, &lt;span class="Apple-style-span" style="color: rgb(51, 102, 255); "&gt;ChessBoard&lt;/span&gt;.Black);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;To create a Poker game you would need around 15 lines of code. The Game of Life around 20. So it is fair to say that the amount of code is low. You simply state what you want to be on the board, where and some options about it. You could also do more complicated things like issue some actions when a turn ends / start. &lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;You can add game pawns like cards, pawns, a board, a deck of cards, dice or even a score board. And you are done. A player hosts a game and others connect to him and you can play/test your game. You simply play as in real life, by moving things around or with more "special" actions like drawing a card from a deck, flipping a card, shuffling the deck, rolling the dice etc etc.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The library itself is designed so new game objects can be easily be added. The software takes advantage of the fact that a lot of board games have common features. So once the library has some objects added or some methods added they can be used by any game. Furthermore, the software can support more futuristic features like 3D boards, sounds and animations.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;On the "how to create a game" there are 3 options. One, is to use the Creator, which is not fully ready yet. The other is to use some simple coding as shown above. The third is ask me to make it for you and I will be more than willingly. Once the Creator is ready, you will be able to add objects by simple drag-and-drop as well as choose basic options for the game objects and the general game.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;-----------------------------------------------------------------------------------------------&lt;/div&gt;&lt;div&gt;Current Version: stable (mostly). The software is using the more modern WPF technology to add more advanced futures. Creator and Loader need to be re-configured and new examples need to be developed as well as some small bugs fixed.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6020161381240407848-2826746919429658047?l=codergr.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://codergr.blogspot.com/feeds/2826746919429658047/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codergr.blogspot.com/2010/07/this-blog-is-contributed-to-board-games.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6020161381240407848/posts/default/2826746919429658047'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6020161381240407848/posts/default/2826746919429658047'/><link rel='alternate' type='text/html' href='http://codergr.blogspot.com/2010/07/this-blog-is-contributed-to-board-games.html' title=''/><author><name>CoderGr</name><uri>http://www.blogger.com/profile/16556213898017719937</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://3.bp.blogspot.com/_51TGsfyHN2A/TEOwOxnSsLI/AAAAAAAAAAw/OuLnRx9si2Q/S220/PA220257.JPG'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_51TGsfyHN2A/TGDYeE2vbwI/AAAAAAAAABY/7mTgIKGIr5E/s72-c/Chess.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
