MonsterOpoly

by openInvent in Living > Toys & Games

455 Views, 2 Favorites, 0 Comments

MonsterOpoly

Screen Shot 2021-04-18 at 12.41.49 PM.png
cooltext381913423316511.png
Screen Shot 2021-04-07 at 6.34.58 PM.png

monsterOpoly is an Idea that is openInvent public domain and yours as much as it is mine


So before you get started this instructable is a Work in progress and I did not get items delivered prior to contest end, but please read on and leave comments and perhaps collaborate on this instructable

This idea is the skeleton of an open source community game and the foundation for a game development strat I call "gamePallette" I want you to be able to create a game from XML tags a list of game sound effects and images that are stored on the internet like at github or postimage. I want you users to advertise your version of the game and that will help both of us. I have learned that advertising is more important than patents and trademarks and those are useless if you cannot find a competent lawyer. Here I need your help to create monsters to replace property in the popular board game that most people know the trademark of. I have trademarked Bitsfit and openInvent® if you want to use these marks as advertising for me you are welcome to email me for printable or physically mailed permission; goto end of this Instructable. Joke Interlude: "You're a figment of my Imagination" the other "You're my Intellectual Property" lastly a quote by Rene Descartes see https:/imgflip.com/i/55err8

Supplies

In order to do this tutorial you need a computer. You might want to try a linux distro or macOS go Hamburger BigSur MacOS see https://imgflip.com/i/54wcse

make command

You need an Imagination

and a TextEditor

optional:

Gegax MonsterGuide and Dungeon and Dragon fan gear or GamesWorkshop Paint brushes and magnet reed board traps for table[top-game] conversation pieces

Download Source for Open Source Board Game Server

Screen Shot 2021-04-18 at 11.36.59 AM.png

Download the source code for monopd from sourceforge.net

https://sourceforge.net/projects/monopd/

Optional step

- make a firefox keyword which makes a hotkey using %s as a search query so you can search websites easier. Ctrl D bookmark then open bookmark under show all bookmarks then replace the search you typed with %s example bookmark

https://sourceforge.net/directory/?q=test

change it to

https://sourceforge.net/directory/?q=%s

add keyword like s

now you can search source by typing "s instead" or whatever your query is instead of instead game engine.

After You Opened the Monopd Source Edit Files to Make Game Board.

Screen Shot 2021-04-18 at 11.50.34 AM.png

Example conf file is in /games/ directed after you extract the source code you may need to install something like winRAR or 7zip or use linux gunzip tarball commands which are probably drug references like rock and roll is two.

Copy atlantic.conf then edit it:

I plan on changing the money to food and rename the cards to Fishing Well and I changed the houses to be Monster Breeds inspired by Gegax and Advanced Dungeons & Dragons. I unfortunately only looked at the monster guide 1 time in my life and everytime I go to the library I want to check it out but end up with a dumb book like programming that is outdated and practically useless. I think I needed a book on how to learn and where to read API documentation and Chip Specification and how to press <tab> <tab> button twice in linux to bring up a list of commands you can search by typing man into LINUX or Ubuntu Terminal Promp.


name=monsterOpoly description=monsterOpolu minplayers=2 maxplayers=6 houses=32 hotels=16 startmoney=2000

go=20 bgcolor=#566fa0

[Grudglings] color=#4bc1b2 bgcolor=#a6cc9d houseprice=50

[Hempons] color=#4bc653 bgcolor=#a6cc9d houseprice=100

[Drakes] color=#d3db60 bgcolor=#a6cc9d houseprice=100

[Wurms] color=#d6ac60 bgcolor=#a6cc9d houseprice=150

[Screamers] color=#cc5d5d bgcolor=#a6cc9d houseprice=150

[Burege] color=#cc61a3 bgcolor=#a6cc9d houseprice=200

[Xorts] color=#8d63cc bgcolor=#a6cc9d houseprice=200

[Crubes] color=#6092ea bgcolor=#a6cc9d houseprice=300

[Caverns] price=300 bgcolor=#5b7a53 rentmath=(2^${GROUPOWNED})*20 # This might need some explaining. Monopd uses libmath++ to calculate some # rents which include run-time variables. Current substitutions available: # # DICE amount thrown with dice # HOUSES number of houses on the estate # GROUPOWNED amount of estates of the same group owned # # At the moment rentmath is only supported for EstateGroups.

groupname=Chance

[Take a trip to Halifax!] advanceto=23

[Take a trip to Rotterdam!] advanceto=34

[You ended last in a beauty contest. Sorry.]

[Happy birthday! Collect 100 from every player.] payeach=-100

[Go forward three places.] advance=3

# All cards below this comment are old ones from Monopoly. # Don't remove them yet, I will use them as basis for real Atlantic cards.

[Advance Token to nearest utility. If unowned you may buy it from bank. If owned, throw dice and pay owner a total ten times the amount thrown.] advancetonexof=Utilities

[Go directly to jail. Do not pass go, do not collect $200] tojail=1

[Take a ride on the Reading. If you pass go, collect $200] advanceto=5

[Advance to St. Charles Place. If you pass go, collect $200] advanceto=11

[Your building and loan matures. Collect $150] pay=-150

[Pay poor tax of $15] pay=15

[Advance token to nearest Railroad and pay owner Twice the Rental to which he is entitled. If Railroad is unowned, you may buy it from the bank.] advancetonextof=Railroads

[Bank pays you dividend of $50] pay=-50

[This card may be kept until needed or sold. GET OUT OF JAIL FREE] canbeowned=1 outofjail=1

[Make General Repairs On All Your Property. For each house pay $25, For each hotel, $100] payhouse=25 payhotel=100

[Advance to Go (Collect $200)] advanceto=0

[Aeropuerto de A Coruña] group=Airports advancetoifowned=11

[Bilbao] group=South Europe price=220 rent0=18 rent1=90 rent2=250 rent3=700 rent4=875 rent5=1050

[Oporto] group=South Europe price=220 rent0=18 rent1=90 rent2=250 rent3=700 rent4=875 rent5=1050

[Lisbon] group=South Europe price=240 rent0=20 rent1=100 rent2=300 rent3=750 rent4=925 rent5=1100

[Chance] takecard=Chance paytarget=35

[Go to Jail] tojail=1 bgcolor=#8da0bf

[TODO]

[Customs] tax=150 taxpercentage=15 paytarget=15

[Chance] takecard=Chance paytarget=15

[Miami] group=Florida price=260 rent0=22 rent1=110 rent2=330 rent3=800 rent4=975 rent5=1150

[Orlando Sanford International Airport] group=Airports advancetoifowned=16

[Orlando] group=Florida price=280 rent0=24 rent1=120 rent2=345 rent3=850 rent4=1035 rent5=1200

[Savannah] group=South East USA price=300 rent0=26 rent1=130 rent2=390 rent3=900 rent4=1100 rent5=1275

[Charleston] group=South East USA price=300 rent0=26 rent1=130 rent2=390 rent3=900 rent4=1100 rent5=1275

[Richmond] group=South East USA price=320 rent0=28 rent1=150 rent2=450 rent3=1000 rent4=1200 rent5=1400

[U.S. Treasury] bgcolor=#def2d5 passmoney=100

[Washington] group=North East USA price=340 rent0=30 rent1=160 rent2=470 rent3=1050 rent4=1270 rent5=1450

[New York] group=North East USA price=360 rent0=32 rent1=165 rent2=490 rent3=1090 rent4=1320 rent5=1520

[Boston] group=North East USA price=360 rent0=32 rent1=165 rent2=490 rent3=1090 rent4=1320 rent5=1520

[Portland] group=North East USA price=380 rent0=35 rent1=180 rent2=520 rent3=1140 rent4=1400 rent5=1600

[Boston Logan International Airport] group=Airports advancetoifowned=28

[Toronto] group=Canada price=400 rent0=50 rent1=200 rent2=600 rent3=1400 rent4=1700 rent5=2000

[Montreal] group=Canada price=460 rent0=55 rent1=230 rent2=640 rent3=1470 rent4=1790 rent5=2100

[Halifax] group=Canada price=500 rent0=60 rent1=250 rent2=660 rent3=1500 rent4=1850 rent5=2300

[Chance] takecard=Chance paytarget=15

[Jail] jail=1 payamount=50 bgcolor=#8da0bf

[TODO]

[Customs] tax=300 taxpercentage=30 paytarget=35

[Reykjavik] group=European Isles price=40 rent0=1 rent1=8 rent2=27 rent3=85 rent4=155 rent5=230

[Edinburgh] group=European Isles price=60 rent0=2 rent1=10 rent2=30 rent3=90 rent4=160 rent5=250

[London Heathrow Airport] group=Airports advancetoifowned=34

[London] group=European Isles price=100 rent0=10 rent1=13 rent2=36 rent3=95 rent4=166 rent5=265

[Chance] takecard=Chance paytarget=35

[Amsterdam] group=Holland price=100 rent0=10 rent1=15 rent2=35 rent3=98 rent4=172 rent5=265

[Rotterdam] group=Holland price=140 rent0=13 rent1=21 rent2=42 rent3=112 rent4=180 rent5=290

[European Central Bank] bgcolor=#def2d5 passmoney=100

[Antwerp] group=West Europe price=140 rent0=13 rent1=21 rent2=42 rent3=112 rent4=180 rent5=290

[Paris] group=West Europe price=160 rent0=16 rent1=24 rent2=45 rent3=120 rent4=194 rent5=315

[Bordeaux] group=West Europe price=160 rent0=16 rent1=24 rent2=45 rent3=120 rent4=194 rent5=315

[La Coruña] group=South Europe price=200 rent0=22 rent1=97 rent2=259 rent3=720 rent4=895 rent5=1125

Develop Your Own Idea to Help Me Add to the Game

1st attempt loupe and cell phone video lawn mining

So by replacing the bank and money with the exact same thing renamed Food and Replacing the Property with Monsters I was left with ideas for collecting elements but Instead of Earth Wind Fire Water. I call them Vegetarian Carnivore Pescatarian and Fungal Monsters. The "go fish" is just renaming the CHANCE and COMMUNITY chest.

I am still developing the game idea and I am inspired by Ultimate Mon0poly which adds two board paths inside and outside of a standard mon0poly game that adds like airports or subways. I want to play this with other people and kudos to the Inventors I think I saw one on DeviantArt.com

Well, I need to learn +GTK or QT api to add a GUI - I want to add visual monsters and recolor the game board. Send "espeak" or in mac "say" commands to make them sing/grunt maybe.

I need access to a Dungeon and Dragon's scenario book for my other idea which takes a Chess Board and Pieces and a Deck of Cards and we make a Spinner for direction but instead of North South East West it is Hearts Spades Diamonds Clubs.

This game uses a poker hand of 5 cards but 2 are selected for player movement try not to lose you pawn/queen or 2 space fat "suma pawn" on your first move if they fall off the board the character is Permadeath. With the remainder cards you look up in an excel sheet like Scenario book for what happens like a generated quest or monster encounter. However there is a second variable the space color is it white/red or a black square.

So the game book needs to be huge and I need help suggestions filling the book. Here comes my problem. I was banned on github.com facebook.com twitter.com LinkedIn.com opengameart.com and even my google plus page was erased. Pretty much openInvent cannot even sign into their own website at https://openInvent.club

Also for the last year I was robbed of most my property and deemed "gravely disabled" so Conservator Todd Peay who can be reached via 951.955.1540 and I was ENSLAVED by this black man I didn't meet because of COVID-19 virus and visitor restrictions. He stole my mail tracking numbers at https://tiny.cc/oiprobate then he robbed 3500usd of my income after conservatorship ended.

Additionally, I lost my server blade computers and the philospher's stone see video at https://tiny.cc/materia on my youtube account. I forgot my passwords because I was injected with HALDOL for like 7 months.

If anyone knows a lawyer or a documentary director: I would pay money for Freedom of Speech in court and Internet access the right to assemble in peace ART.1.SEC.1 CONSTITUTION.PREAMBLE. see article at http://tiny.cc/InjusticeInJustice

Thanks for Reading and Sorry About the Subpar Instructable Standard

531118_435420796499404_1964342956_n.jpg

Thanks guys.

I just wanted to let you know that I couldn't order reed switches for the Warhammer traps inspired by Dungeons and Dragons and Gygax’s Books. Hologram Idea: If you had a plexiglass you could sand 1 side and make a hologram cutout. 9volt battery board game if I had a 3d printer and tinkerCAD I could create feet holsters for 9volt batteries. These are the player pieces and you can make a board interactive circuit wise by following the graphite and dap t shirt circuit board instructable. For chessQuest you need a chess board and deck of cards and we have to populate the excel spreadsheet with comma separated values perhaps of scenarios to create the scenario book. chessQuest also inspired by Dungeons and Dragons takes a poker hand and two of the cards are used for movement while the remaining 3 cards in the poker hand are looked up in a table and then the board color is considered. Thus using a simple statistics nCr calculation you have (54 cards choose 3) and double that for the 2 colors usually black and white/red squares on a chess board. I don’t have openOffice installed on a PC right now my pc did not come in the mail see next section.

Please comment I truly support freedom of speech my gofundme.com and fundanything campaigns were censored I donated to myself and GoFundMe.com kept my money. And then Paypal made it impossible for me to log in. Anyone have a job or want to teach me something like TensorFlow and MachineLearning or using a CNC shield? I love this website and community you guys are great and I also like https://Hackaday.io/openInvent

There I had ideas on Virus Protection via named dummy files and file prefixing and ideas to rename file extensions and encrypt Magic numbers. I think thats why github banned me. But there is also a scribble game by Brian White and I am trying to add SVG-Edit to the Srabbull Word tile game so you can taunt your opponents by drawing while they take too long to think of a word.

If you want to collaborate on this instructable please email me carbon copy rbow@openInvent.us and emberleona2020@gmail.com

My Server Order Was Canceled by Amazon See Pic Above.

56cpmn.jpg

My Instructable Was Hacked it seemed but luckily I was able to revert to a prior version in more tab history. Thanks Instructables support!