Author Topic: Monopoly v3.0 BETA  (Read 33533 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Monopoly v3.0 BETA
« Reply #90 on: February 26, 2010, 03:02:56 am »
AAh nice, seems quite small and not too memory hungry. For my game Illusiat, you have 18 KB of RAM free when quitting from title screen but inside the game, the entire RAM is needed sometimes x.x
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline jmaster797

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 101
  • Rating: +7/-0
    • View Profile
    • Codemaster Gaming
Re: Monopoly v3.0 BETA
« Reply #91 on: February 26, 2010, 06:47:15 pm »
Ouch... I thought Monopoly needed too much or something.
<a href="http://www.ticalc.org/archives/files/authors/98/9811.html"><img src="http://codemastergaming.webs.com/images/ticalcbar.gif" /></a>
<a href="http://www.omnimaga.org/index.php?"><img src="http://codemastergaming.webs.com/images/omnimagabar.gif" /></a>

<u>Current Projects:</u>

1. <a href="http://www.omnimaga.org/index.php?topic=1226.0">Monopoly v3.0</a>: 94% (Fixing Errors, Working on Property Management)

2. <a href="http://www.omnimaga.org/index.php?topic=1601.0">Texas Hold'em v1.0</a>: 60% (Project Halted to Focus on Monopoly)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Monopoly v3.0 BETA
« Reply #92 on: February 26, 2010, 06:54:23 pm »
nah generally basic programmers are used to keeping their RAM clean to play other people game. The issue can be people who want multiple games at once but hey, some good games requires more RAM and they have to understand that. I think Monopoly requirements aren't too high, though.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Monopoly v3.0 BETA
« Reply #93 on: February 27, 2010, 10:24:56 am »
Nice job!  Sounds like you're doing awesome with the RAM.  Keep up the great work! :D

Offline jmaster797

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 101
  • Rating: +7/-0
    • View Profile
    • Codemaster Gaming
Re: Monopoly v3.0 BETA
« Reply #94 on: February 28, 2010, 01:31:16 pm »
Thanks dude. I wanted the game to use the least amount of RAM as possible. That way you can enjoy Monopoly at great speeds and enjoy other games as well.
<a href="http://www.ticalc.org/archives/files/authors/98/9811.html"><img src="http://codemastergaming.webs.com/images/ticalcbar.gif" /></a>
<a href="http://www.omnimaga.org/index.php?"><img src="http://codemastergaming.webs.com/images/omnimagabar.gif" /></a>

<u>Current Projects:</u>

1. <a href="http://www.omnimaga.org/index.php?topic=1226.0">Monopoly v3.0</a>: 94% (Fixing Errors, Working on Property Management)

2. <a href="http://www.omnimaga.org/index.php?topic=1601.0">Texas Hold'em v1.0</a>: 60% (Project Halted to Focus on Monopoly)

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Monopoly v3.0 BETA
« Reply #95 on: February 28, 2010, 01:52:04 pm »
Yeah it's always good to keep hames as efficient as possible.  For a while none of my friends knew how to archive games, so they could only have a few on at a time.

Offline jmaster797

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 101
  • Rating: +7/-0
    • View Profile
    • Codemaster Gaming
Re: Monopoly v3.0 BETA
« Reply #96 on: February 28, 2010, 07:57:41 pm »
Lol my friends are the same way. They would come up to me and say "Phoenix doesn't work anymore" or "I can't find Tetris." The games didn't work because they didn't Garbage Collect when prompted, therefore taking up more space in the RAM and there would be little to nothing for their games to play on. Otherwise their RAM clears and the games are gone.
<a href="http://www.ticalc.org/archives/files/authors/98/9811.html"><img src="http://codemastergaming.webs.com/images/ticalcbar.gif" /></a>
<a href="http://www.omnimaga.org/index.php?"><img src="http://codemastergaming.webs.com/images/omnimagabar.gif" /></a>

<u>Current Projects:</u>

1. <a href="http://www.omnimaga.org/index.php?topic=1226.0">Monopoly v3.0</a>: 94% (Fixing Errors, Working on Property Management)

2. <a href="http://www.omnimaga.org/index.php?topic=1601.0">Texas Hold'em v1.0</a>: 60% (Project Halted to Focus on Monopoly)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Monopoly v3.0 BETA
« Reply #97 on: February 28, 2010, 11:49:47 pm »
over here I had the friends not knowing how to archive/unarchive stuff. Even after explaining what's the purpose, they still didn't get it x.x

But again technology is not for everyone, like coding x.x
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline jmaster797

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 101
  • Rating: +7/-0
    • View Profile
    • Codemaster Gaming
Re: Monopoly v3.0 BETA
« Reply #98 on: March 01, 2010, 02:11:55 pm »
Yeah unless the person really wants to learn, everything you tell them goes through one ear and right out the other.
<a href="http://www.ticalc.org/archives/files/authors/98/9811.html"><img src="http://codemastergaming.webs.com/images/ticalcbar.gif" /></a>
<a href="http://www.omnimaga.org/index.php?"><img src="http://codemastergaming.webs.com/images/omnimagabar.gif" /></a>

<u>Current Projects:</u>

1. <a href="http://www.omnimaga.org/index.php?topic=1226.0">Monopoly v3.0</a>: 94% (Fixing Errors, Working on Property Management)

2. <a href="http://www.omnimaga.org/index.php?topic=1601.0">Texas Hold'em v1.0</a>: 60% (Project Halted to Focus on Monopoly)

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Monopoly v3.0 BETA
« Reply #99 on: March 01, 2010, 02:16:08 pm »
Yep, even sometimes if the do want to learn, some people just have difficulties leraning programming/computer stuff ect...

Offline jmaster797

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 101
  • Rating: +7/-0
    • View Profile
    • Codemaster Gaming
Re: Monopoly v3.0 BETA
« Reply #100 on: March 01, 2010, 08:40:15 pm »
Yeah definitely... so with Monopoly I decided to get rid of the Side Menu and make it so you can switch between different functions at the board itself. I also removed the "View Available Properties" function since the Managing Properties has grown to do the same thing. This shrinks the size of the game by about 2-2.5k
<a href="http://www.ticalc.org/archives/files/authors/98/9811.html"><img src="http://codemastergaming.webs.com/images/ticalcbar.gif" /></a>
<a href="http://www.omnimaga.org/index.php?"><img src="http://codemastergaming.webs.com/images/omnimagabar.gif" /></a>

<u>Current Projects:</u>

1. <a href="http://www.omnimaga.org/index.php?topic=1226.0">Monopoly v3.0</a>: 94% (Fixing Errors, Working on Property Management)

2. <a href="http://www.omnimaga.org/index.php?topic=1601.0">Texas Hold'em v1.0</a>: 60% (Project Halted to Focus on Monopoly)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Monopoly v3.0 BETA
« Reply #101 on: March 01, 2010, 09:23:15 pm »
Great!  Good luck! :D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Monopoly v3.0 BETA
« Reply #102 on: March 01, 2010, 11:59:37 pm »
wow nice, it gets smaller and smaller ^^
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline jmaster797

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 101
  • Rating: +7/-0
    • View Profile
    • Codemaster Gaming
Re: Monopoly v3.0 BETA
« Reply #103 on: March 03, 2010, 10:57:30 pm »
I've been struggling with Property Managing... until recently when I had an idea... and it worked. Right now, you can mortgage and unmortgage properties and view the owners (including yourself)
<a href="http://www.ticalc.org/archives/files/authors/98/9811.html"><img src="http://codemastergaming.webs.com/images/ticalcbar.gif" /></a>
<a href="http://www.omnimaga.org/index.php?"><img src="http://codemastergaming.webs.com/images/omnimagabar.gif" /></a>

<u>Current Projects:</u>

1. <a href="http://www.omnimaga.org/index.php?topic=1226.0">Monopoly v3.0</a>: 94% (Fixing Errors, Working on Property Management)

2. <a href="http://www.omnimaga.org/index.php?topic=1601.0">Texas Hold'em v1.0</a>: 60% (Project Halted to Focus on Monopoly)

Offline trevmeister66

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1009
  • Rating: +14/-5
    • View Profile
Re: Monopoly v3.0 BETA
« Reply #104 on: March 03, 2010, 11:14:39 pm »
Nice work. It always feels good to figure something out and actually have it work
Projects:    nameless RPG: 1.0%  |  Reverse Snake v1.5: 100%  |  Secret Project: 5%  |  DUNGEON: 70%

My MW2 Blog <-- Please visit :)