An open API service indexing awesome lists of open source software.

https://github.com/jetboom/jetboom

Markdown for my GitHub profile
https://github.com/jetboom/jetboom

Last synced: 3 months ago
JSON representation

Markdown for my GitHub profile

Awesome Lists containing this project

README

        




GitHub User's stars
 
GitHub followers





 



 



 



## Current Projects :computer:

Things that I'm actively working on:

* [Personal Site](https://github.com/JetBoom/personal-site) - personal blog and portfolio site built in [Astro](https://github.com/withastro/astro) 🚀 and composed by yaml and markdown files. Check it out [here](https://average.website).

Some things that I've done in the past are below. Check out more in my [repository list](https://github.com/JetBoom?tab=repositories&q=&type=&language=&sort=stargazers).

### Games 🎮

* [Zombie Survival](https://github.com/JetBoom/zombiesurvival) ![Steam Downloads](https://img.shields.io/steam/downloads/105462463?logo=steam&color=black) - one of gmod's most well-known games. An asymmetrical pvp game about survivors fending off player-controlled zombies and nightmarish creatures. Written in Lua.
* [Extreme Football Throwdown](https://github.com/JetBoom/extremefootballthrowdown) ![Steam Downloads](https://img.shields.io/steam/downloads/104625632?logo=steam&color=black) - gmod pvp game about football and slamming people in to walls with giant bats.
* [Retro Team Play](https://github.com/JetBoom/retroteamplay) ![Steam Downloads](https://img.shields.io/steam/downloads/192091596?logo=steam&color=black) - one of the oldest gmod pvp games about warriors, wizards, and conjurers.
* [Awesome Strike](https://github.com/JetBoom/awesomestrike) ![Steam Downloads](https://img.shields.io/steam/downloads/116524163?logo=steam&color=black) - pvp game that's a parody of counter-strike and gunz: the duel.
* [Lua Animations API](https://github.com/JetBoom/animationsapi) - create animations in-engine and play them back through Lua calls without having to use a modeling program.
* [Fretta13](https://github.com/JetBoom/fretta13) - one of the most popular Lua gamemode bases for gmod.
* [Darkfall - Data Exporter](https://github.com/JetBoom/darkfall-data-export) - Python script that decrypts and unpacks the Darkfall sfai game files.
* [Darkfall - LevyWatch](https://github.com/JetBoom/levywatch) - optical character recognition program to read the world map in Darkfall to predict where player activity is. Written in C# and uses Tesseract OCR.
* [noxiousnet](https://github.com/JetBoom/lua-noxiousnet) - the Lua code that powered the old noxiousnet game servers.
* [Valhalla Run](https://github.com/JetBoom/ValhallaRun) - singleplayer, 1st person platformer written in C# and made in Unity. Won 1st place at my university game programming competition.
* [Unreal Engine 4 - Untitled Game](https://github.com/JetBoom/GoodGame) - multiplayer arena RPG written in C++ and made in Unreal 4.

### Apps 🌐

* [Booru Tag Parser](https://github.com/JetBoom/boorutagparser) / [Booru Tag Parser Server](https://github.com/JetBoom/boorutagparser-server) - js + tampermonkey browser addon and its Python sister program. Downloads original sized image files from boorus and also scrapes the page for any tags.

### Bots 🤖

* [Archive Scraper](https://github.com/JetBoom/archive-scraper-discord-bot) - Discord bot that scrapes chan archive sites for any Discord invites and reposts them in your Discord channel. Written in TypeScript and uses discord.js.