Axis & Allies .org Forums
    • Home
    • Categories
    • Recent
    • Popular
    • Users
    • Register
    • Login
    1. Home
    2. fanofbond
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 30
    • Posts 220
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by fanofbond

    • RE: Texas Instruments Banking Program

      @docfav7:

      :?

      I’m an IT geek and this is beyond me.  I’ll keep my poker chips.  LOL

      However, I would LOVE to see this in action.

      The program makes it nice and convenient.  I always like to look back on what all the countries have received IPC wise.  It is surprising when you look back.  In most games all the countries seem earn the same number of IPCs (give or take 40 IPCs)

      posted in TripleA Support
      fanofbondF
      fanofbond
    • RE: Texas Instruments Banking Program

      @calvinhobbesliker:

      You start by typing “Program: AA50” into the Calculator?

      sorry I should have been more specific I edited it now

      posted in TripleA Support
      fanofbondF
      fanofbond
    • RE: Finding a Game board

      i know there are quite a few threads (or posts in some threads) that talk about getting that printed so give them a search

      posted in Axis & Allies Anniversary Edition
      fanofbondF
      fanofbond
    • Texas Instruments Banking Program

      I made this program last year, but have decided to post it now. It is for Texas Instruments Graphing Calculators.  It will keep track of all banking functions that you would do with cash  and will also keep track of all money spent and received and through out the game, which you can look at. Soon I will post the program for AAP40.  I still need to write the program for AAE40, but once I do that I will post it.  AAG40 will be much harder to write because off all the variable I need to keep with the same features I have set up now. Just copy it into the calculator as you see it here.  Every time I start a new line, begin a new line on the calculator. (Every time you see the word store it is means the store button which is the second button from the bottom on the left of the keypad.  It says STO with a little arrow pointing to the right) all zeros are indicated
      Turn the calculator on then hit the PRGM button
      Then arrow over to NEW
      Hit Enter on Create NEW
      then Name this what ever you want (AA50 is what I chose)
      Once it is named The Calculator will display
      PROGRAM:AA50
      :
      All the commands can be found by hitting the PRGM button They’re in their just look
      Then type just a you see I used this : to begin every line here, but the calculator will do that for you

      :Menu(“RESUME GAME?”, “YES”,A,“NO”,N)
      :Lbl N
      :0(ZERO) store G
      :0(zero) store O
      :0(zero) store P
      :0(zero) store Q
      :0(zero) store C
      :0(zero) store S
      :0(zero) store T
      :0(zero) store D
      :0(zero) store V
      :0(zero) store W
      :0(zero) store X
      :0(zero) store Y
      :0(zero) store Z
      :0(zero) store I
      :0(zero) store J
      :0(zero) store R
      :0(zero) store B
      :0(zero) store U
      :Lbl A
      :ClrHome
      :Menu(“COUNTRIES”,“GERMANY”,G,“ITALY”,I,“JAPAN”,J,“SOVIET UNION”,SU,"GREAT BRITIAN’,GK,“UNITED STATES”,US,“STATS”,S)
      :Lbl G
      :Menu(“GERMANY”,“SPEND IPCS”,G1,“RECIEVE IPCS”,G2,“CAPTURED”,G3,“RETURN”,A)
      :Lbl G1
      :Disp “IPCS”,G
      :Input “SPENDT=?”,A
      :G-A store G
      :0+A store O
      :Goto G
      :Lbl G2
      :Input “RECIEVE=?”,A
      :G+A store G
      :A+D store D
      :Disp “IPCS”,G
      :Pause
      :Goto A
      :Lbl G3
      :Menu(“ARE YOU SURE?”,“NO”,G,“YES”,Z)
      :Lbl Z
      :Menu(“CAPTURED BY”,“RUSSIA”,GA,“GREAT BRITAIN”,GB,“UNITED STATES”,GC)
      :Lbl GA
      :G+R store R
      :G+X store X
      :0(zero) store G
      :Goto A
      :Lbl GB
      :G+B store B
      :G+Y store Y
      :0(zero) store G
      :Goto A
      :Lbl GC
      :G+U store U
      :G+Z store Z
      :0(zero) store G
      :Goto A
      :Lbl I
      :Menu(“ITALY”,“SPEND IPCS”,I1,“RECIEVE IPCS”,I2,“CAPTURED”,I3,“RETURN”,A)
      :Lbl I1
      :Disp “IPCS”,I
      :Input “SPEND=?”,A
      :I-A store I
      :A+P store P
      :Goto I
      :Lbl I2
      :Input “RECIEVE=?”,A
      :I+A store I
      :A+V store V
      : Disp “IPCS”,I
      :Pause
      :Goto A
      :Lbl I3
      :Menu(“ARE YOU SURE?”,“NO”,I,“YES”,I5)
      :Lbl I5
      :Menu(“CAPTURED BY”,“RUSSIA”,IR,“GREAT BRITAIN”,IB,“UNITED STATES”,IU)
      :Lbl IR
      :I+R store R
      :I+X store X
      :0(zero) store I
      :Goto A
      :Lbl IB
      :I+B store B
      :I+Y store Y
      :0(zero) store I
      :Goto A
      :Lbl IU
      :I+U store U
      :I+Z store Z
      :0(zero) store I
      :Goto A
      :Lbl J
      :Menu(“JAPAN”,“SPEND IPCS”,J1,“RECEIVE IPCS”,J2,“CAPTURED”,J3,“RETURN”,A)
      :Lbl J1
      :Disp “IPCS”,J
      :Input “SPEND=?”,A
      :J-A store J
      :A+Q store Q
      :Goto J
      :Lbl J2
      :Input “RECEIVE=?”,A
      :J+A store J
      :A+W store W
      :Disp “IPCS”,J
      :Pause
      :Goto A
      :Lbl J3
      :Menu(“ARE YOU SURE”,“NO”,J,“YES”,J4)
      :Lbl J4
      :Menu(“CAPTURED BY”,“RUSSIA”,JR,“GREAT BRITAIN”,JB,“UNITED STATES”,JU)
      :Lbl JR
      :J+R store R
      ;J+X store X
      :0(zero) store J
      :Goto A
      :Lbl JB
      :J+B store B
      :J+Y store Y
      :0(zero) store J
      :Goto A
      :Lbl JU
      :J+U store U
      :J+Z store Z
      :0(zero) store J
      :Goto A
      :Lbl SU
      :Menu(“SOVIET UNION”,“SPEND IPCS”,R1,“RECEIVE IPCS”,R2,“CAPTURED”,R3,“RETURN”,A)
      :Lbl R1
      :Disp “IPCS”,R
      :Input “SPEND=?”,A
      :R-A store R
      :A+C store C
      :Goto SU
      :Lbl R2
      :Input “RECEIVE=?”,A
      :R+A store A
      :A+X store X
      :Disp “IPCS”,R
      :Pause
      :Goto A
      :Lbl R3
      :Menu(“ARE YOU SURE?”,“NO”,SU,“YES”,R4)
      :Lbl R4
      :Menu(“CAPTURED BY”,“GERMANY”,RG,“ITALY”,RI,“JAPAN”,RJ)
      :Lbl RG
      :R+G store G
      :R+D store D
      :0(zero) store R
      :Goto A
      :Lbl RI
      :R+V store V
      :R+I store I
      :0(zero) store R
      :Goto A
      :Lbl RJ
      :R+J store J
      :R+W store W
      :0(zero) store R
      :Goto A
      :Lbl GK
      :Menu(“GREAT BRITAIN”,“SPEND IPCS”,B1,“RECEIVE IPCS”,B2,“CAPTURED”,B3,“RETURN”,A)
      :Lbl B1
      :Disp “IPCS”,B
      :Input “SPEND=?”,A
      :B-A store B
      :A+S store S
      :Goto GK
      :Lbl B2
      :Input “RECEIVE=?”,A
      :A+B store B
      :A+Y store Y
      :Disp “IPCS”,B
      :Pause
      :Goto A
      :Lbl B3
      :Menu(“ARE YOU SURE?”,“NO”,GK,“YES”,B4)
      :Lbl B4
      :Menu(“CAPTURED BY”,“GERMANY”,BG,“ITALY”,BI,“JAPAN”,BJ)
      :Lbl BG
      :B+G store G
      :B+D store D
      :0(zero) store B
      :Goto A
      :Lbl BI
      :B+I store I
      :B+V store V
      :0(zero) store B
      :Goto A
      :Lbl BJ
      :B+J store J
      :B+W store W
      :0(zero) store B
      :Goto A
      :Lbl US
      :Menu(“UNITED STATES”,“SPEND IPCS”,U1,“RECEIVE IPCS”,U2,“CAPTURED”,U3,“RETURN”,A)
      :Lbl U1
      :Disp “IPCS”,U
      :Input “SPEND=?”,A
      :U-A store U
      :A+T store T
      :Goto US
      :Lbl U2
      :Input “RECEIVE=?”,A
      :A+U store U
      :A+Z store Z
      :Disp “IPCS”,U
      :Pause
      :Goto A
      :Lbl U3
      :Menu(“ARE YOU SURE?”,“NO”,US,“YES”,U4)
      :Lbl U4
      :Menu(“CAPTURED BY”,“GERMANY”,UG,“ITALY”,UI,“JAPAN”,UJ)
      :Lbl UG
      :U+G store G
      :U+D store D
      :0(zero) store U
      :Goto A
      :Lbl UI
      :U+V store V
      :U+I store I
      :0(zero) store U
      :Goto A
      :Lbl UJ
      :U+J store J
      :U+W store W
      :0(zero) store U
      :Goto A
      :Lbl Z1
      :Stop
      :Lbl S
      :Menu(“STATS”,“GERMANY”,SG,“ITALY”,SI,“JAPAN”,SJ,“SOVIET UNION”,SR,“GREAT BRITAIN”,SB,“UNITED STATES”,SS,“END”,Z1)
      :Lbl SG
      :Disp “GERMANY”
      :Disp “SPENT”,O
      :Dips “RECEIVED”,D
      :Pause
      :Goto S
      :Lbl SI
      :Disp “ITALY”
      :Disp “SPENT”,P
      :Disp “RECEIVED”, V
      :Pause
      :Goto S
      :Lbl SJ
      :Disp “JAPAN”
      :Disp “SPENT”,Q
      :Disp “RECEIVED”,W
      :Pause
      :Goto S
      :Lbl SR
      :Disp “SOVIET UNION”
      :Disp “SPENT”,C
      :Disp “RECEIVED”,X
      :Pause
      :Goto S
      :Lbl SB
      :Disp “GREAT BRITAIN”
      :Disp “SPENT”,S
      :Disp “RECEIVED”,Y
      :Pause
      :Goto A
      :Lbl SS
      :Disp “UNITED STATES”
      :Disp “SPENT”,T
      :Disp “RECEIVED”,Z
      :Pause
      :Goto A

      EDIT:Clarifications

      posted in TripleA Support
      fanofbondF
      fanofbond
    • RE: Finding a Game board

      check IL’s signature for the then link

      posted in Axis & Allies Anniversary Edition
      fanofbondF
      fanofbond
    • RE: Is that French aircraft carrier ever going to actually be built?

      @Dylan:

      @fanofbond:

      EDIT; super major grammer error

      Who the hell writes that!

      Me

      posted in Axis & Allies Europe 1940
      fanofbondF
      fanofbond
    • RE: Italy a bad design

      OK. I got caught up again and it does seems as though most of you guys who say America is right there to do everything keep saying this and mentioning how much stuff they can get there.  While for all this stuff to get there on the timetable you guys suggest they have spent all of their first 3 turns buying in Europe only and forgetting about Japan, and we have all played Pac40.  All of us know if we never bought anything in Pac40 with the US and tried using only her starting forces Japan wins even if balance was perfect.  By neglecting the pacific for that long America really won’t be position for much of and attack until turn 6 at which point Japan will have pushed their way through India and China and Closing in on Africa with some of their units and putting ANZAC in bind.

      Now if Germany takes out the allies in the Med and the Allies go with America playing the main force in the Atlantic, Italy will have time to take out Egypt and push into Africa and wait for the Japanese to arrive on scene to take out the minor factory in South Africa.

      posted in Axis & Allies Global 1940
      fanofbondF
      fanofbond
    • RE: Decals on Pieces

      Cool…something all of us here have the skill to do(I better not say that because u never know about some people)

      posted in Axis & Allies Europe 1940
      fanofbondF
      fanofbond
    • RE: Is that French aircraft carrier ever going to actually be built?

      If France didn’t recieve a carrier how long would it take before there is a thread here complaining about that and then call WOTC and call them chimps and demand a carrier for country that will probably never build it….ever

      EDIT; super major grammer error

      posted in Axis & Allies Europe 1940
      fanofbondF
      fanofbond
    • RE: Italy a bad design

      OK, now that I have finally caught up on this thread now I can make a comment.  I don’t have Europe yet and haven’t played it yet, but I have played Axis and Allies enough that I do know how this can work out. 
      Calvinhobbesliker, I can’t remeber if he pointed this out orginally, has a good point with the counter attack by the German aiirforce and remainder of Italian navy.  I have a hard time seeing a bad part to this.  With that attack the allies will the out of the Med for a while, until the US arives any ways. Germany will have more than enough money to purchase enough replacement planes that they wont be hard off.  Then It isn’t like Germany lost any of its fleet in the counter attack.  The RN is gone on G1 and G2, and the German navy and airforce will still be strong enough take care of the rebuilding RN of a while.

      Then Blitz you never really mention any ideas for how Italy is to recover.  The way I see for Italy to recover is this. Once the Allied ships are sunk Italy will need to take Gibralter and rebuild a few critical ships in the Med and take Egypt. I don’t really want to mention speciflics because I haven’t played yet and don’t want you guys to jump all over me if I say something wrong.

      posted in Axis & Allies Global 1940
      fanofbondF
      fanofbond
    • RE: Picture of AA Maps compared

      Very nice.

      posted in Axis & Allies Global 1940
      fanofbondF
      fanofbond
    • RE: Ships

      @Doomreaperx:

      Im so pissed off, i orderd mine from amazon while they said there was only 2 copies left. and I just got an e-mail saying it wont be here till the 15th of september!  :x

      that stinks

      posted in Axis & Allies Europe 1940
      fanofbondF
      fanofbond
    • RE: Ships

      Thanks captian

      posted in Axis & Allies Europe 1940
      fanofbondF
      fanofbond
    • RE: New Players Have Much More to Learn Than When I Started

      I learned the basic concepts of Axis and allies with DDay. I don’t think that it can be too much simplier to learn the game on that.  When I teach people though it will always be with AA50.  40 is going to be too complex to teach a first timer on.  AA50 to G40 will be a fine jump once they learn the basics on AA50.  Then not only that AA50 is still a fine game to play, so I won’t be bothered not playing the newest game.

      posted in Axis & Allies Global 1940
      fanofbondF
      fanofbond
    • Ships

      Does anyone know when field Marshall games ships Europe?

      posted in Axis & Allies Europe 1940
      fanofbondF
      fanofbond
    • RE: Tanks too expensive

      Yes but I when you do wind up with 5 ipcs it would be nice to spend it evenly

      posted in Axis & Allies Global 1940
      fanofbondF
      fanofbond
    • RE: England fighter scramble

      That would be nice….A house rule maybe?

      posted in Axis & Allies Europe 1940
      fanofbondF
      fanofbond
    • RE: Thought for the allies

      Like I said,just a thought

      posted in Axis & Allies Europe 1940
      fanofbondF
      fanofbond
    • Thought for the allies

      When the Itailian navy enters seazone 100 (the one you need turkey to enter) Russia comes down and takes turkey with some tanks and whatnot from Italy and then the navy is trapped.

      posted in Axis & Allies Europe 1940
      fanofbondF
      fanofbond
    • RE: Allied Player controling France

      I know in a four player game with my parter I would control the US, Anzac, France, and China, and my partner controls UK(east and west) and then Russia.  By round three France will be dead(for all real purposes because the only decisions let for them are minimal) and china will be nearly cleared by that point and I am basically left with the US and Anzac

      posted in Axis & Allies Europe 1940
      fanofbondF
      fanofbond
    • 1
    • 2
    • 3
    • 4
    • 5
    • 10
    • 11
    • 3 / 11