Virus Killer Game made with VisualNEO Web - Forum

Forum Navigation
You need to log in to create posts and topics.

Virus Killer Game made with VisualNEO Web

Please take a look at this simple game I have coded today:

https://viruskiller.visualneo.com

Source code attached.

Last update: 2020/04/13
Minimum VisualNEO Web Version required: 2020.4.13

Thank you!

Uploaded files:
  • You need to login to have access to uploads.
Vadim, Roxie and 2 other users have reacted to this post.
VadimRoxieTuevisionYASIN

It's funny )))

Of course, source code examples are very useful for learning about VisualNEO Web!

Ok ,very good

 

@vadim, I have attached the source code.
Regards.

Vadim has reacted to this post.
Vadim

@luishp

Where are the options to select speed ?

SuperFast, Fast, Regular, Slow and (for us senior citizens) SuperSlow

@gaev, at the end of "game" page code:

TimerStart "Timer1" 20

Just put change 20 for 40 and speed will be sllowed down 50%

nice and funny

hahahah

Trying to optimize the game for mobile devices, I have discovered some lacks and bugs on VisualNEO Web, so I have updated both VisualNEO Web and the game. Now you can install the "Virus Killer" game as a PWA in your desktop or mobile device.
It will work with the mouse pointer or a touch screen on any screen size.
Source code is now included with VisualNEO Web 20.4.13 setup.

Let me know if you find any error or problem.

Thank you!

Is there a simple way to find out or navigate to the page of a variable without having to search too much?

In VNW, you can see all the variables by choosing Project- [V] ariable.

It would be interesting if by double-clicking on the variable, we would go directly to the page where it is located.

I was searching for the variable [speed] for quite some time. Probably she is traveling too fast. :)

I found it anyway.

Roger :)

@roger, for complex apps I usually open the .neoapp file into a code editor (Notepad++) As it's a XML document it is very easy to find out where is everything located. It's also a good trick to make "search and replace" operations in the whole document.

Regards.

Don't worry Luis, I found the way to do it.

I hadn't tried the split tab to look at each page individually. I think it's also a good way.

Thank you very much for responding..