GameDev
Cake Defender
A tower defense game in development. Made with C and Raylib.
Source.
CucumberBatch
A mixture of detective games, visual novels, and puzzle games. Made in Godot.
Art by: Isadora M. Stigliano.
Play the prototype: xinove.itch.io/detective-cucumberbatch.
BrickGames
Collection of little games made to learn game programming with C and Raylib. Has Tetris, snake, and breakout clones.
Very rough on the edges, but I learned a lot doing this project.
The source is available here: github.com/xinove1/raylib-brick-games.
And you can play it here: xinove.itch.io/brick-games.
Frogame
A entry to the nokia game jam of 2021 that me and two of my friends did. Even if we didn’t deliver the experince we wanted, we liked what we were able to acomplish with the time we had.
École 42 Projects
Some projects made as a student at 42:
- Minishell: (unfinished);
- Push Swap: Sort numbers on two stacks with a pre-defined number of possible operations;
- So long: Simple graphical project;
- Pipex: Imitate the piping functionality of the shell;
- Minitalk: Communication of two processes using signals;
- BornToBeRoot: Set up a linux server;
- Printf: Imitate basic printf functionality;
- Get next line: Utility function to get the next line in a file descriptor;
- Libft: Base lib used in most 42 projects, imitates some std functions and extends others.