I get a lot of Google searches for Excel Games. Well, I don’t have any because they’re too hard to write. So here’s some links.
http://www.cpearson.com/excel/games.htm
http://j-walk.com/ss/excel/files/keno.htm
I get a lot of Google searches for Excel Games. Well, I don’t have any because they’re too hard to write. So here’s some links.
http://www.cpearson.com/excel/games.htm
http://j-walk.com/ss/excel/files/keno.htm
Posting code? Use <pre> tags for VBA and <code> tags for inline.
J-walk has a log about some bolke who done funny stuff in excel, and on that link there was another link to a page with Pac Man and space invarders, in excel.
They where absoutly amazing! check might have to ask j-walk for the link again, but they really are worth getting – amazing!
Those are some cool links. I once made a text-based American football game – the player vs. the computer. When on offense, you pick a play and the computer would pick a defense, then, depending on a few factors, yardage would be gained or lost, or a turnover or touchdown could happen.
It was getting interesting, but it started to eat up too much of my time because, if I was going to do it, I wanted it to be good and fun, and… well, as I said, it started to eat up too much of my time so I put it aside for a while.
Hi,
Some time ago you wrote about my shoot the bird game. Currently, I am rebuilding my site. Come take a look at http://www.gamesXL.tk.
Regards,
Gijs
Hello,
Over the years I have written quite a few games in Excel. I’ve also written a version of hangman in Access.
http://www.glynnconsulting.co.uk
Regards,
Robin Glynn.
Hi,
I teach computer science and I am too interested in excel games. We use it a lot in end of semester projects.
You can see some great games in the download area of the site…
regards
CR
Hello,
Several weeks ago I started a website devoted to Excel games and other crazy stuff. I have written two games so far and added Excel Games Library which list over ninety games:
http://www.dzikosoft.com/gmexcel/
best regards,
BD
Here’s a little game I hope your followers will like, that generates random plots for SF stories. It uses no VBA – pure Excel – and I was very pleased once I got it working.
The spreadsheet is at http://www.j-paine.org/excelsior/repository/spin/spin.xls. Story output appears in cells A4 downwards, and when you select the dropdown option in B4, the output is recalculated, which usually makes a new plot appear.
It works by running round a plot network, which is stored in cells A210 onwards. Most of the nodes in the network have plot events leading to other nodes. The spreadsheet chooses an event at random, goes to the node it leads to, chooses another event, and so on until it hits a node with no events leading from it.
I generated the spreadsheet from a program written for my Excelsior spreadsheet-generator. This probably made it a lot easier to code than if I’d worked directly in Excel. There’s an explanation of how it works at http://www.j-paine.org/excelsior/repository/spin/index.html. The serious point of all this is that I’m experimenting with Excelsior and Literate Programming as a means of documenting large and complicated spreadsheets – the explanation is a small example of that.
Regards
Jocelyn Paine