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




Pakz

2d polygon isometric tile map with height

21st February 2024

Just like powermonger or populous


Pakz

Worm like herds.

15th February 2024

Gemini made a herd of wondering worm cattle


Pakz

Laser beam with sin effect

20th May 2023

Weapon effect for a platform or top down game


Pakz

Fractal Leaf (Barsley Furn)

16th February 2023

(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

Raycast engine in javascript/html


Pakz

Berzerk level generator

11th January 2022

Level generator from the classic game berzerk


Pakz

Recursive map generator

10th January 2022

(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

L systems - string with turtle instructions


Jayenkai

Search Your Twitter Archive

20th August 2021

Wanting to grab all my ''Today's Stroll'' tweets and bundle them into a spreadsheet, I tried all manner of Web Rip tools, but nothing seemed to do what I wanted.
In the end, I instead downloaded my Complete Twitter Archive. Head to twitter se*snip*


Pakz

sprite sheet animator(bplus)

15th July 2021

A ancient tool to animate spritesheet


Pakz

Random Walker Mazelike maps(Godot script)

16th February 2021

Some Godot script for creating maps.


Pakz

Scanline fill

30th January 2021

Fast scanline fill routine in c language


Dan

Postfix evalution function.

12th September 2020

Hi,
this is my try at the postfix evaluation.
[code]
Global stackmax=100, stackpos=0, postfixmax=100, postpos=0, postitems=0, stackerror=0
Dim stack$(stackmax)
Dim postfix$(postfixmax)
;******* demo **********
Dim calc$(10)
calc$(00)=''1 2 + 3*snip*


Dan

String byte packer/unpacker (crucher ?!)

29th February 2020

Pack/crunch a string, containing 2 bytes data


Pakz

Orientation of point vs line

24th November 2019

Is a point left or center or right of a line


Pakz

Convex Hull or Gift Wrapping algorithm

21st November 2019

create lines around set of points.


Pakz

Polygon vs Polygon Collision

13th November 2019

Is one polygon colliding with another polygon


Pakz

Point versus Polygon Collision

2nd November 2019

Check if a point is inside a polygon


Pakz

Shortest turn angle vs target angle

27th October 2019

Get distance between angle and target angle. (turrets/homing missiles)


HoboBen

Text wrapping in Go

16th October 2019

[code]
package main
import (
''strings''
)
// wrap quickly word-wraps a string
// (source: (Linkage)
func wrap(message string, length int) string {
var atoms = strings.Fields(strings.TrimSpace(message))
var results = make([]str*snip*


Pakz

Random Bag

16th July 2019

Get more predictable numbers


Pakz

Rivers on a top down map.

30th May 2019

Create 2d Rivers


Pakz

Additive random line Texture

6th April 2019

Create a greyscale stone like texture


Pakz

Bitwise technique

23rd January 2019

Id System for neighbouring tiles


Pakz

Maps or oilish paintings

21st January 2019

Smearing a additive brush

More - Older Posts