RedGuff
I program for fun: automatic video generator... I prefer C++ than C, because of strings, functions and errors, but love2d is sweet.
Earth.
Pinned Repositories
3D2SVG
Make a 2D ASCII SVG file from a 3D ASCII file.
AutoMap
(Finished) Make a map with command lines, for simple 2D oriented gameplay video games.
Bobail
An african game. WIP, working poorely.
ColoredTextureGenerator
(Finished) Generate a pseudo-random seamless PPM ASCII texture image.
HeightMapGenerator
HeightMapGenerator makes a pseudo-random tileable grey heightmap.
Lgg4Chess
(Finished) Ce logiciel donne la longueur de bois à prévoir pour les pièces d'échecs.
LisibleRandom
(Finished) Ceci donne un mot au pseudo hasard (lisible, donc plus facile à retenir). Cela peut être utile pour un mot de passe, un captcha...
PseudoRandomPPM
(Finished) Make a pseudo random ASCII image. (Tuto.)
SATgame
SAT is a mathematical problem, about the question "Is N equal to NP?". Working (but not finished: it can be improved).
TexturePovRay
Make a tileable texture with PovRay. (Finished)
RedGuff's Repositories
RedGuff/AutoMap
(Finished) Make a map with command lines, for simple 2D oriented gameplay video games.
RedGuff/3D2SVG
Make a 2D ASCII SVG file from a 3D ASCII file.
RedGuff/TrianglesRectangles
(Finished) Trouve les triangles rectangles simples.
RedGuff/Bobail
An african game. WIP, working poorely.
RedGuff/TexturePovRay
Make a tileable texture with PovRay. (Finished)
RedGuff/-LinedColoredTextureGenerator
Makes tileable lined texture. PPM ASCII image. Very dirty code: version alpha. Working. Perfect for web.
RedGuff/AppendFunctionFileString
(Finished) Append a string to a file with a function. File first, String after, as the name says. (Tutorial, slow)
RedGuff/AutoFire
(Not finished) Fire is a free 3D puzzle game from Mr Stéphane Mitermite. AutoFire generate a level and contains a very simple and stupid INI reader.
RedGuff/Barnum
Make Barnum effect text.
RedGuff/Conj1G
(Terminé) Conjugaison d'un verbe du premier groupe en français, avec deux horreurs volontaires, dans ce programme valide ! Les trouverez-vous ?
RedGuff/convertBase10toN
Convert a number to another base. a<A or A<a accepted.
RedGuff/CubeMapGenerator
Yet another CubeMap Generator. Export: PPM. WIP.
RedGuff/Dice
(Finished, tutorial) Dice generator: dice(6) or dice() for usual dice.
RedGuff/Dice100
Générate a big random number with a small dice.
RedGuff/DoubleDoubleNoise
Make a doubledouble noise image, to make seamless textures easier, in ASCII PPM. Very dirty code, but working..
RedGuff/Feuillets
Donne le nombre de feuillets d'un rouleau ouvert, en fonction de ses dimensions. (Finished.)
RedGuff/InterfaceFilmGenerator
Not in GUI, but interface, for a futur film generator.
RedGuff/ListOfFiles
List files in a vector of string, in order to work with them. (Tutorial.)
RedGuff/Luma
My interpretation of a maze generator with the method of Luma: https://www.youtube.com/watch?v=zbXKcDVV4G0 https://captainluma.github.io/New-Maze-Generating-Algorithm/
RedGuff/MazeSheepolution2D
A minimal maze game from the tutorial of Sheepolution. I hope to improve it a lot! Not sure about the license.
RedGuff/MinusLessDisturbed
More or less game, but with pseudo-random disturbance.
RedGuff/Morpion
Morpion (or Tic-Tac-Toe) is a very simple game. Tutorial, finished, in order to learn LUA and Love2D. Can start with random!
RedGuff/NegativLamp
PovRay, for quora.
RedGuff/PersonalMessages
Les Français parlent aux Français... " Ici : Londres. Veuillez écouter tout d'abord quelques messages personnels..."
RedGuff/Rorschach
Procedural generator for Rorschach's tests. SVG.
RedGuff/roundInt
Round a int to the step given.
RedGuff/SmartPoop
This is the repository of the book "SmartPoop".
RedGuff/Smooth1D
Make a pseudo-random smoothed CSV file, with vector. Perfect for a sound generator.
RedGuff/Teaxture45
Makesa nice texture (not tileable), with "lines" descending.
RedGuff/YACKeyGen
Yet Another Cryptographic Key Generator generates a random printable ASCII file, for cryptographic usages. (Finished.)