Code Archives / Algorithms


Attention! 👉Starting November 2024, BlitzCoder.org will now be BlitzBasic.org.

 

Tip: Add code-archives and algorithms as tags to your topic to share and post it in this category as an archive. The first line of your post will be automatically parsed as the description of your code archive entry with a maximum length of 120 characters.
.bb
This code allows for an entity to point at any other chosen X,Y,Z position of any other entity.
Last Post by MrmediamanX

1 year ago
.bb
an example for beginners...
Last Post by RemiD

1 year ago
.bb
edit 20221130 : here is a better bcode with a 2d 'linepick' more similar to the 3d linepick (of blitz3d), and with the p
Last Post by RemiD

1 year ago
.bb
Ray intersect Triangle code using vectors.
Last Post by BlitzCoder

2 years ago
.bb
High score system with bubble sort.
Last Post by BlitzCoder

2 years ago
.bb
bumping this code archive by Bobysait.. very useful
Last Post by BlitzCoder

2 years ago
.bb
Fuzzy logic is used for decision support in inaccurate cases. Since Bobysait placing his excellent blitz3d TMap lib, I r
Last Post by BlitzCoder

3 years ago
.bmx
3 most popular encryption algorithms with example.
Last Post by BlitzCoder

3 years ago
.bmx
Last Post by BlitzCoder

3 years ago
.bmx
Scripting mod for BlitzMax. Vorx.Script's syntax is similar to BlitzMax'.
Last Post by BlitzCoder

3 years ago
.bmx
Catmull-Rom spline is a particular case of cubic splines family and makes it possible to achieve a smooth close curve (i
Last Post by BlitzCoder

3 years ago
.bmx
This Function encrypts And decrypts a String with the use of a key and RC4 Encryption.
Last Post by BlitzCoder

3 years ago
.bb
Planet generating program in 3d, using squarep
Last Post by BlitzCoder

3 years ago
.bb
This type of collision response isn't just useful for pool and billiard style games, and in fact, I didn't write it for
Last Post by BlitzCoder

4 years ago
.bb
A simple demonstration of the 'shifted grid' collision detection method. Great for when an obscene amount of sprites are
Last Post by BlitzCoder

4 years ago
.bb
360 degree movement with bullet firing by **andy_mc**
Last Post by BlitzCoder

3 years ago
.bmx
This is a Perlin Noise implementation for 2D maps with linear interpolation and usage of 3 layers = altitude, temperatur
Last Post by BlitzCoder

4 years ago
.bmx
Visually simulate crowding conditions on a road of traffic.
Last Post by BlitzCoder

4 years ago
.bmx
This simple piece of code is a 'least recent used' and 'most recent used' cache. When you hit an object in the cache the
Last Post by BlitzCoder

4 years ago
.bmx
2D vector type using doubles and with useful math functions.
Last Post by BlitzCoder

4 years ago