Excel Rocks! Ready for Release - Check it out!

MorganO

Active Member
Joined
Nov 21, 2006
Messages
483
For those that need a diversion from those mundane Excel tasks, check out my (finally finished) computer game, Excel Rocks! It is a scrolling, platform based computer game written in VBA, based upon the old Commodore 64 game Boulderdash. I've left the code unlocked for anyone that wishes to see how it works. I've learned a lot from this project and really enjoy playing it, so I hope you enjoy it as well.

Here is a screenshot:

excelrocks10.JPG
excelrocks10.JPG



Go to: www.justforfun.us/excelrocks to check it out.

Thank you.

Owen Morgan
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi,

I am getting "Error 1004" on Intro Sub when trying to open the game on Excel 2000 - have you tested the code on this version? This may be caused by the issues with some protected cells / objects that are handled slighly different between Excel 2000 and newer versions, but it's just a guess.
 
Owen

I am really, really impressed by this. Thank you for leaving the code accessible so that we can all check how you implemented the game :beerchug:
 
Bartek,

Unfortunately, I do not have Excel 2000 to test the game on so I cannot resolve this issue by myself. I use Excel 2003 and have encountered no problems, and have tested it sucessfully on Excel 2007 at work. There are no protected cells or objects in the game so that is not the issue. I have hidden the majority of rows and columns in the game, possibly that is the problem.

You could possibly turn off the error checking and then tell me the exact line in the code where the error is happening I could see what troubleshooting I can do on this.

Thanks for checking it out.

Owen
 
Owen

Just played your game, Excellent!!, I was very inpressed with the way you handle the scrolling (very smooth!!).

Can't wait for your next game.

GB
 
Hi,

I am getting "Error 1004" on Intro Sub when trying to open the game on Excel 2000 - have you tested the code on this version? This may be caused by the issues with some protected cells / objects that are handled slighly different between Excel 2000 and newer versions, but it's just a guess.


Xl2000 does not support FileDialog
 
Hi, I've just played your game and it was great.

Thanks for unlocking the code, it's so frustrating when you can't work out when something's done - that's why I always leave mine unlocked.
 
I'm not at home right now ... but later I'll download it & give it a try. I'm totally an excel fan ... have you got the bugs out people were mentioning?
 
Originally posted by Lrdwilliams
...have you got the bugs out people were mentioning?

The error as reported by Bartek in Excel 2000 I have not been able to remedy. He gave me further information on where the error is happening and I do not know why this is an issue. The error is happening at the command:

Range.copy destination:=range

Since I do not have Excel 2000 available to test on I cannot resolve this error on my own.

Also, the issue that Ivan Moala mentions is a problem when using the level editing funciton of game - I do use FileDialog there to Import Excel Worksheets, so this indeed makes it incompatible with Excel 2000.

Thus unless someone wants to look into these issues for me, Excel Rocks will be incompatible with Excel 2000.

I appologize for those that cannot try this out.

Take care,

Owen
 
Last edited:

Forum statistics

Threads
1,222,607
Messages
6,167,038
Members
452,093
Latest member
JamesFromAustin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top