Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Can games be made in MS Word?

A topic by rcbasicfans created Dec 14, 2022 Views: 311 Replies: 6
Viewing posts 1 to 3

Hello! I want to ask one interesting question. Can games be made in MS Word?

I ask the question because of this game. This game is very interesting because MS Excel was used to make this game!!

https://itch.io/jam/jam-for-all-basic-dialects-3/rate/1685296

(1 edit)

Ok, so when they say "game coded entirely in Microsoft Excel" it's just a cool way of saying they are using  VBA, which is just a language for doing macros in microsoft office applications and that includes Word, so answering your question, yes you can. you just need to open the visual basic editor in there.

That said, VBA is not meant for game development hence why that jam must be challenging and fun.

Hello! 

"so answering your question, yes you can. you just need to open the visual basic editor in there." <---- All members of MS Office are also viable? (For  example, Powerpoint, Access.)

"That said, VBA is not meant for game development hence why that jam must be challenging and fun." <---- Yes, the jam is actually quite interesting. Each entrant can choose whatever BASIC dialect to develop entry. However, this entrant was so creative. In addition, MS Excel is so versatile!!!!!!!

(1 edit)

Hi!

Yes, VBA is compatible with all MS Office tools, including Powerpoint and Access.

I personally find Visual basic very painful to code in general, bumpy case for every keyword is very annoying, but yeah, since it's highly mathematical it would be nice to see if someone takes advantage of that and create something complex and cool (I love math) like a 3D game using software rasterization in excel or a raycasting game like wolfenstein 3D.

Hello,

"since it's highly mathematical it would be nice to see if someone takes advantage of that and create something complex and cool (I love math) like a 3D game using software rasterization in excel or a raycasting game like wolfenstein 3D." <----  Visual Basic sounds powerful.

Yes just like many people made games using Hypercard back in thr day.

Hi....

"Because the main target audience of HyperTalk was beginning programmers, HyperTalk programmers were usually called "authors" and the process of writing programs was known as "scripting". HyperTalk scripts resembled written English and used a logical structure similar to that of the Pascal programming language." <---- I found this paragraph in Wikipedia. HyperTalk looks like a very beginner-friendly programming language. Very nice!