Author Topic: Axe Minesweeper  (Read 41254 times)

0 Members and 1 Guest are viewing this topic.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Axe Minesweeper
« Reply #240 on: September 26, 2010, 02:29:47 am »
That looks great! Keep up the good work :D
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

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: Axe Minesweeper
« Reply #241 on: September 26, 2010, 08:46:34 am »
Looking nice!  I hope it gets featured as well. ;D

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Axe Minesweeper
« Reply #242 on: September 26, 2010, 07:28:31 pm »
Yay!
2nd game ever, and people think that it's good!
(Well, 3rd game ever, if you count rock paper scissors.)

Note:  I think that I'll soon stop working on this game, as soon as I do four things:
1) Add an automatic game save (so that if you quit, you can can resume your game)
2) Add wraparound
3) Make it so that you have an option to never die on the first click
4) Completely rewrite the code so that it's organized.
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Axe Minesweeper
« Reply #243 on: September 26, 2010, 07:52:24 pm »
i'm loving the progress!

On a side note, juding shall start soon (hopefully). Some games will be quick to judge, though, because I pretty much went through them already so I do not need to replay during several minutes.
HUZZAH TO THAT

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: Axe Minesweeper
« Reply #244 on: September 26, 2010, 08:17:30 pm »
Yeah I think yours is gonna be done next, after I'm done with Squidgetx's. Then I might do Player's.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Axe Minesweeper
« Reply #245 on: September 27, 2010, 01:13:07 am »
Complete rewrite? O.O that seems pretty ambitions

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Axe Minesweeper
« Reply #246 on: September 27, 2010, 01:35:09 am »
Ya, I would say unless you are expecting a speed increase or something like that a rewrite is not really needed. It's your choice in the end though. Good luck :)
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

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: Axe Minesweeper
« Reply #247 on: September 27, 2010, 01:54:41 am »
I tend to not like the rewriting part too much. Personally, I would say make sure it's bug-free then release, and maybe have a next version that is rewritten afterward. Some people fall into the trap of rewriting over and over and it becomes an endless loop causing them to never release their work, disappointing many people around.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: Axe Minesweeper
« Reply #248 on: September 27, 2010, 01:57:07 pm »
Well, perhaps 're-write' is too strong of a term.
I'm planning on doing a combination of editing, optimizing, and general shuffling around of codes.
The reason I want to do this is because I see lots of redundant code that could be stuffed into subprograms to shorten the length.
Also, when Axe 0.4.5 comes out, I might be able to use some of the new features.

So, I guess it's really not a re-write, because the bulk of the code would probably be unchanged.
Besides, I'm still kind of hoping that maybe it might just be possible to make an asm program, although at this point, that's probably not possible...
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline whitevalkery

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 129
  • Rating: +10/-10
  • DCS7 Beta tester
    • View Profile
Re: Axe Minesweeper
« Reply #249 on: September 27, 2010, 02:14:08 pm »
wow... just what we wanted!
thanks for the multiple highscore!

downloading and copying again...

you definetly won my vote here :)



Used to be Schoolhacker...

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Axe Minesweeper
« Reply #250 on: September 27, 2010, 02:37:31 pm »
Please note that votes should be considered based on what has been submitted on the due date of the contest, not what has been submitted afterwards.  Otherwise that give people who release more versions after the contest an advantage.

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: Axe Minesweeper
« Reply #251 on: September 27, 2010, 03:11:33 pm »
Well, perhaps 're-write' is too strong of a term.
I'm planning on doing a combination of editing, optimizing, and general shuffling around of codes.
The reason I want to do this is because I see lots of redundant code that could be stuffed into subprograms to shorten the length.
Also, when Axe 0.4.5 comes out, I might be able to use some of the new features.

So, I guess it's really not a re-write, because the bulk of the code would probably be unchanged.
Besides, I'm still kind of hoping that maybe it might just be possible to make an asm program, although at this point, that's probably not possible...
Ah ok I see. Sounds better IMHO. Good luck on that.

Please note that votes should be considered based on what has been submitted on the due date of the contest, not what has been submitted afterwards.  Otherwise that give people who release more versions after the contest an advantage.
Yeah I agree. Personally I judged the entries based on the versions I received for the contest. I have yet to try the new versions because I did not want to be influenced by feature additions or anything.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Axe Minesweeper
« Reply #252 on: September 27, 2010, 03:54:55 pm »
wow... just what we wanted!
thanks for the multiple highscore!

downloading and copying again...

you definetly won my vote here :)

where's the download link?
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

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: Axe Minesweeper
« Reply #253 on: September 27, 2010, 03:56:36 pm »
wow... just what we wanted!
thanks for the multiple highscore!

downloading and copying again...

you definetly won my vote here :)

where's the download link?
.
« Last Edit: September 27, 2010, 03:57:16 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Axe Minesweeper
« Reply #254 on: September 27, 2010, 03:58:29 pm »
:P
« Last Edit: September 27, 2010, 03:58:52 pm by happybobjr »
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________