-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|367|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




Pakz

Globe particle 'Screensaver' effect

Effect made using a 3d rotating cross brush


Pakz

2d polygon isometric tile map with height

21st February 2024 Javascript
Just like powermonger or populous


Pakz

Worm like herds.

15th February 2024 Javascript
Gemini made a herd of wondering worm cattle


Pakz

Laser beam with sin effect

20th May 2023 Javascript
Weapon effect for a platform or top down game


Pakz

Fractal Leaf (Barsley Furn)

16th February 2023 Html/Javascript
(Image.jpeg)
Francois Lionet Poster this code on his facebook. Very little code for a real good looking factal leaf.
I converted it to HTML/Javascript.
[code]
<!DOCTYPE html>
<html>
<head>
<meta charset=''UTF-8''>
*snip*


Pakz

Raycast engine(short)(javascript/html)

23rd July 2022 Javascript, Cross Platform
Raycast engine in javascript/html


Pakz

Berzerk level generator

11th January 2022 Lua(codea), Ios
Level generator from the classic game berzerk


Pakz

Recursive map generator

10th January 2022 Lua (codea), Ipados
(Image.jpeg)
[code]
-- Recursiveprocgen
-- Use this function to perform your initial setup
function setup()
print(''Hello World!'')
mw = 40
mh = 40
tw = WIDTH/mw
th = HEIGHT/mh

createmap()
end
-- This fun*snip*


Pakz

L Systems - plant

28th October 2021 Lua - codea(ios)
L systems - string with turtle instructions


Pakz

sprite sheet animator(bplus)

15th July 2021 Blitz, Windows
A ancient tool to animate spritesheet


Pakz

Random Walker Mazelike maps(Godot script)

16th February 2021 GDScript 3.2
Some Godot script for creating maps.


Pakz

Scanline fill

30th January 2021 Raylib c language
Fast scanline fill routine in c language


Pakz

Orientation of point vs line

24th November 2019 Monkey2
Is a point left or center or right of a line


Pakz

Convex Hull or Gift Wrapping algorithm

21st November 2019 Monkey2
create lines around set of points.


Pakz

Polygon vs Polygon Collision

13th November 2019 Monkey2
Is one polygon colliding with another polygon


Pakz

Point versus Polygon Collision

2nd November 2019 Monkey2
Check if a point is inside a polygon


Pakz

Shortest turn angle vs target angle

27th October 2019 Monkey2
Get distance between angle and target angle. (turrets/homing missiles)


Pakz

Random Bag

16th July 2019 Monkey2
Get more predictable numbers


Pakz

Rivers on a top down map.

30th May 2019 Monkey2
Create 2d Rivers


Pakz

Additive random line Texture

6th April 2019 monkey2
Create a greyscale stone like texture


Pakz

Bitwise technique

23rd January 2019 Monkey2
Id System for neighbouring tiles


Pakz

Maps or oilish paintings

21st January 2019 Monkey2
Smearing a additive brush


Pakz

Pixel Art Pine Tree(s)

21st January 2019 Monkey2
Generate sheets of pine trees(xmas?)


Pakz

Seamless Grow Tiles(grass/desert etc)

2nd July 2018 Monkey2
Create Tiles with zones method


Pakz

Maps - Horizontal Line Puller

20th June 2018 Monkey-X
Pull sections from a line to create maps

More - Older Posts