First vesion
A Simple game that is made entirely from code only. No external graphics files not external sound files. Graphics are drawn sounds are generated.
Try to find and decode the weakness on the enemy robot, then choose the correct missile to attack.
This is part of my personal challenge to create a simple game and the create variations of the game in different Programming Languages/Dialects. I am doing this out of curiosity to see what it takes to create the same thing in various languages and get the same game running on different platforms. My initial idea was always to make exactly the same game but I thought it would be more interesting if I made some changes to each version. Different enemies and advancing the plot a little bit each time.
This Version is made with Javascript+Html+Css
I chose to start with Javacript because I am very familiar with and html canvas is very easy to use together with JS . This made it easier to create what I wanted. Still I had to do some research on how to generate sound, which I had never done before.
Each version will be different and unique but will have similar gameplay.
next version I will see what c can do.
source code:https://github.com/fildubek/abr/tree/main
Files
Get Advance Battle Robot (Personal Challange)
Advance Battle Robot (Personal Challange)
Simple game made with code only.
More posts
- C++ version releaseJul 18, 2021
- small progress updateMay 15, 2021
- Abr Qbasic/QB64 VersionFeb 27, 2021
- Part 3 the Python version Raspberry PiFeb 13, 2021
- Part 3 the Python version is RealeasedFeb 06, 2021
- Part 2 the C version is RealeasedJan 09, 2021
- Typos fixDec 19, 2020
- Hint PageDec 17, 2020
- Web vesrion 1.2Dec 15, 2020
Leave a comment
Log in with itch.io to leave a comment.