Author Topic: AXECHESS - The First Chess made in Axe  (Read 20665 times)

0 Members and 1 Guest are viewing this topic.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: AXECHESS - The First Chess made in Axe
« Reply #75 on: January 06, 2013, 09:07:39 pm »
When I'm working on a project, I back my source up in groups and never delete old backups until I hit a garbage collect.

(Until that happens, deleting anything from archive doesn't do anything except make it harder for you to recover old backups.)
« Last Edit: January 06, 2013, 09:07:49 pm by Deep Thought »




Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: AXECHESS - The First Chess made in Axe
« Reply #76 on: January 06, 2013, 09:38:42 pm »
OH, yeah, I do groups and axe backup >.>
And every now and then i backup groups and programs to the pc.

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

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: AXECHESS - The First Chess made in Axe
« Reply #77 on: January 08, 2013, 05:46:02 pm »
This sucks. I personally had this happen before with a BASIC game. I ended up just scrapping it. I had a backup, but then when I tried to restore to previous state, I overwrote my older version with the new one >.<.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: AXECHESS - The First Chess made in Axe
« Reply #78 on: January 08, 2013, 08:25:57 pm »
I overwrote my older version with the new one >.<.
Something similar happend to me, I /thought/ that the code was lost so i grabbed a older version and overwrote the current intact one O.o

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: AXECHESS - The First Chess made in Axe
« Reply #79 on: January 08, 2013, 08:31:29 pm »
I still have problems with remembering to back up stuff.
I just lost all my computer science files x.x

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: AXECHESS - The First Chess made in Axe
« Reply #80 on: January 08, 2013, 08:34:27 pm »
I just lost all my computer science files x.x
I recently (4 months ago) lost ALL my computer files.
I reinstalled the os and backup didn't work
oh, well, luckily i have my big programming projects on servers...

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Turtle

  • Not an admin
  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 10
  • Rating: +0/-0
    • View Profile
Re: AXECHESS - The First Chess made in Axe
« Reply #81 on: April 23, 2013, 03:36:25 pm »
Is it set up so that the location of the pieces are in an appv? If it is then you could place 8 black and 8 white queens off of the screen, and then when a pawn reaches the other side, place the pawn off of the screen and replace it with one of the queens. I made a chess app and thats what I did.

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: AXECHESS - The First Chess made in Axe
« Reply #82 on: April 23, 2013, 06:32:31 pm »
Is it set up so that the location of the pieces are in an appv? If it is then you could place 8 black and 8 white queens off of the screen, and then when a pawn reaches the other side, place the pawn off of the screen and replace it with one of the queens. I made a chess app and thats what I did.

Okay, person with a misleading name. Thank you for being so kind as to begin your reign on Omni with a necropost on the thread for my first ever major project.

Also: Why would I do that? It's a completely useless feature until I have the AI coded.
I am Bach.

Offline epic7

  • Chopin!
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2200
  • Rating: +135/-8
  • I like robots
    • View Profile
Re: AXECHESS - The First Chess made in Axe
« Reply #83 on: April 23, 2013, 06:35:52 pm »
Well, that feature would be good even with two human players.

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: AXECHESS - The First Chess made in Axe
« Reply #84 on: April 23, 2013, 06:39:03 pm »
Well, that feature would be good even with two human players.

One does not simply interrupt a game of chess.
I am Bach.

Offline dinosteven

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 194
  • Rating: +10/-1
    • View Profile
Re: AXECHESS - The First Chess made in Axe
« Reply #85 on: April 23, 2013, 11:04:13 pm »
I think he meant that the feature of having variables for all possible pieces, even those offscreen,  would be good idea.

Offline pimathbrainiac

  • Occasionally I make projects
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1731
  • Rating: +136/-23
  • dagaem
    • View Profile
Re: AXECHESS - The First Chess made in Axe
« Reply #86 on: April 24, 2013, 09:21:21 am »
Oh, I get it. I think I may add that now. It shouldn't be too hard!
I am Bach.