Making an MMO RPG Metroidvania Side Scroller based on BomberMan mechanics.
Written in 100% JAVASCRIPT and deployed to a Node.js server using Heroku.
www.tinyurl.com/BOMB-PLAYLIST-001
For the youtube tutorial playlist.
Atomic Ivy MMO : Tone It Down ?
Get link
Facebook
X
Pinterest
Email
Other Apps
Tone It Down , a bit ?
www.tinyurl.com/BOMB-PLAYLIST-002
Animating the square ring bulge code I added to my auto tile engine. Full source code and tutorials in link above.
Every single time I make a new code delta, I film 3 videos. 1. A tech demo on my WeebCoder channel. 2. A 10 minute code review on NinjaCoder channel. 3. A 1 minute code review on my KanjiCoder channel. This is very time consuming. And I don't see this blog getting any views. So MAYBE I will make a post on this blog once a year to check up on it and re-evaluate it's usefulness. My youtube channel is : www.youtube.com/@KANJICODER I am already at video 1,000 + and I am thinking it might take about 3,000 videos before we are ready to release a game. Who knows. -KanjiCoder
Atomic Ivy MMO : ALPHA COMPOSITING! WOOOH! B_G : Geometry Tiles : The materials the world is built with. F_G : Bomb Tiles : The bombs that can blow up the world. M_G : Fada Tiles : FADA == "FlAmes and DAmage" tiles. Vertical Monitor Video ( below ) : Horizontal Monitor Video ( below ) : We are now stacking the geometry, bomb, and fada tiles from back to front with alpha compositing. The results I am seeing look correct. Or in other words, I am seeing what I expected to see. RED dominates because FADA tiles are rendered using red and they are composited on top of the other two tile types. Upon close observation I can also see that the most extreme inset amount is being applied to the red fada tiles. I am very tired and somewhat delirious. ...
Fractal brush is now clickable. www.tinyurl.com/BOMB-CODE These blog posts get zero views. Is it worth doing? Anyways, power of 2 tile sizes means that our brush had to snap to a grid. With this fractal brush, we now can use brush sizes that are: 1. NOT snapped to power of 2 position. 2. Sizes that are NOT a power of 2. 3. Brush size does NOT need to be square. -KanjiCoder
Comments
Post a Comment