This is a text-only version of the following page on https://raymii.org: --- Title : MagicProg: Magic the Gathering (RPG/TGC) Life Program Author : Remy van Elst Date : 27-12-2011 URL : https://raymii.org/s/software/Magicprog.html Format : Markdown/HTML --- I'm a fervent [Magic the Gathering][1] player. If you do not know what magic is, scroll down for an explanation. I play it a lot in my free time, and I participate in bootserdrafts and casual tournaments here locally. I've developed a program to keep the life in a 2 player game. It's called MagicProg. It will also work for TGC's like pokemon, yu-gi-oh, WoW TCG or any other TGC. And it has a note area.

Recently I removed all Google Ads from this site due to their invasive tracking, as well as Google Analytics. Please, if you found this content useful, consider a small donation using any of the options below:

I'm developing an open source monitoring app called Leaf Node Monitoring, for windows, linux & android. Go check it out!

Consider sponsoring me on Github. It means the world to me if you show your appreciation and you'll help pay the server costs.

You can also sponsor me by getting a Digital Ocean VPS. With this referral link you'll get $100 credit for 60 days.

### Screenshots #### HTML5 version ![screenshot 1][3] #### Python/GTK Desktop version ![screenshot 2][4] #### Python/GTK Desktop version ![screenshot 3][5] ### Features As the screenshots shows: * 2 player life counter * Game counter (counts wins and losses) * Red-Yellow-Green alter box (10=green) * Buttons to add life * Buttons to remove life * Button to reset life, per player * Note area for game related notes * Python && HTML5 version available ### Upcoming Features * Poison counters (done) * Dice roll (done) * Coin toss (done) * Rule database ### Download && HTML5 version [HTML5 download (zip)][6] [Python download (zip)][7] > MagicProg was made with [Illumination Software Creator][8]. The only cross- platform (win/mac/lin/html5/ipad/iphone/android/maemo) visual software creator. No code required, works like a charm. I've also written [Terrible Start][9], [NurseCalc Infuus][10] and [NurseCalc o2][11] with it. The creator of ISC is also the host of the Linux Action Show (Bryan Lunduke). Check it out and buy it! ### Bugs * HTML5 version's note area is not the right size in some browsers * Python version's note area has no text at the start, but is usable ### What is Magic? From [wikipedia:][12] Magic: The Gathering (MTG; also known as Magic) is one of the first collectible trading card games, created by Richard Garfield and introduced in 1993 by Wizards of the Coast. Magic continues to thrive, with approximately twelve million players as of 2011. Magic can be played by two or more players each using a deck of printed cards or a deck of virtual cards through the Internet-based Magic: The Gathering Online or third-party programs. Each game represents a battle between mighty wizards, known as "planeswalkers", who employ the magical spells, items, and fantastic creatures depicted on individual Magic cards to defeat their opponents. Although the original concept of the game drew heavily from the motifs of traditional fantasy role-playing games such as Dungeons && Dragons, the gameplay of Magic bears little similarity to pencil-and-paper adventure games, while having substantially more cards and more complex rules than many other card games. An organized tournament system and a community of professional Magic players has developed, as has a secondary market for Magic cards. Magic cards can be valuable due to their rarity and utility in game play. ##### License #Copyright (c) 2012 Remy van Elst #Permission is hereby granted, free of charge, to any person obtaining a copy #of this software and associated documentation files (the "Software"), to deal #in the Software without restriction, including without limitation the rights #to use, copy, modify, merge, publish, distribute, sublicense, and/or sell #copies of the Software, and to permit persons to whom the Software is #furnished to do so, subject to the following conditions: # #The above copyright notice and this permission notice shall be included in #all copies or substantial portions of the Software. # #THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, #FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE #AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER #LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, #OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN #THE SOFTWARE. [1]: http://wizards.com/magic [2]: https://www.digitalocean.com/?refcode=7435ae6b8212 [3]: /s/inc/software/magicprog/mp3.png [4]: /s/inc/software/magicprog/mp1.png [5]: /s/inc/software/magicprog/mp2.png [6]: /s/inc/software/magicprog/magicprog-0.0.1-html5.zip [7]: /s/inc/software/magicprog/magicprog-0.0.1-python.zip [8]: http://radicalbreeze.com [9]: https://raymii.org/s/software/Terrible-start.html [10]: https://raymii.org/s/software/Nursecalc-Infuus.html [11]: https://raymii.org/s/software/Nursecalc-o2.html [12]: https://en.wikipedia.org/wiki/Magic:_The_Gathering --- License: All the text on this website is free as in freedom unless stated otherwise. This means you can use it in any way you want, you can copy it, change it the way you like and republish it, as long as you release the (modified) content under the same license to give others the same freedoms you've got and place my name and a link to this site with the article as source. This site uses Google Analytics for statistics and Google Adwords for advertisements. You are tracked and Google knows everything about you. Use an adblocker like ublock-origin if you don't want it. All the code on this website is licensed under the GNU GPL v3 license unless already licensed under a license which does not allows this form of licensing or if another license is stated on that page / in that software: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Just to be clear, the information on this website is for meant for educational purposes and you use it at your own risk. I do not take responsibility if you screw something up. Use common sense, do not 'rm -rf /' as root for example. If you have any questions then do not hesitate to contact me. See https://raymii.org/s/static/About.html for details.