Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gheja/gheja.github.io
https://github.com/gheja/gheja.github.io
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gheja/gheja.github.io
- Owner: gheja
- Created: 2019-04-26T17:19:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T19:02:26.000Z (3 months ago)
- Last Synced: 2024-08-17T20:10:48.686Z (3 months ago)
- Homepage:
- Size: 641 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome
This is a list of my projects, tests and experiments I think worth a mention. You can find all my projects that I host on GitHub at [github.com/gheja](https://github.com/gheja) .
I mostly code what I find interesting or think I'll find useful later, these are not part of my job (however I used to be a web developer team lead a long time ago), these are merely experiments, pet projects and game jam entries.
Game jams are a recurring thing I do as I find them great opportunities to test an idea and finish it before a hard deadline.
# My projects
## Games
### Busy Bun Buddies
A cute cozy game with bunnies and matches. Made for the LOWREZJAM 2023 game jam.
— Godot Engine
— [Play the latest version](https://gheja.itch.io/busy-bun-buddies-latest)
/ [Play the jam version](https://gheja.itch.io/busy-bun-buddies)
/ [Browse](https://github.com/gheja/busy-bun-buddies)### Clutter Rush
A game about procrastination and the last 20 seconds before a guest arrives. Made for the 20 Second Game Jam 2023.
— Godot Engine
— [Play the jam version](https://gheja.itch.io/clutter-rush)
/ (Code not yet available)### Boxez
A short factory builder automation game made for the LOWREZJAM 2024 game jam.
— Godot Engine
— [Play the latest version](https://gheja.itch.io/boxez-latest)
/ [Play the jam version](https://gheja.itch.io/boxez)
/ [Browse](https://github.com/gheja/boxez)### Doggy Daycare
A game for the Games for Blind Gamers 3 and Blind Accessible Game Jam #2.
— Godot Engine
— [Play the latest version](https://gheja.itch.io/doggy-daycare-latest)
/ [Play the jam version](https://gheja.itch.io/doggy-daycare)
/ [Browse](https://github.com/gheja/doggy-daycare)### Good Boy... just very hungry
A little platformer game about a dog and his dream of a tasty meat. Made for the Nokia 3310 Jam 5 (2023) and the theme "fast & slow".
— Godot Engine
— [Play the latest version](https://gheja.itch.io/good-boy-just-very-hungry-latest)
/ [Play the jam version](https://gheja.itch.io/good-boy-just-very-hungry)
/ [Browse](https://github.com/gheja/good-boy-just-very-hungry)### Shifty Dungeon
A game originally made for the GMTK GameJam 2023 and the theme "Roles Reversed".
— Godot Engine
— [Play the latest version](https://gheja.itch.io/shifty-dungeon-latest)
/ [Play the jam version](https://gheja.itch.io/shifty-dungeon)
/ [Browse](https://github.com/gheja/shifty-dungeon)### Tlatim!
A game for the NOKIA 3310 Jam 6 (2024) and the theme "freeze".
— Godot Engine
— [Play the jam version](https://gheja.itch.io/tlatim)
/ [Browse](https://github.com/gheja/tlatim)### Cooking for Skully
A cooking game where you have to prepare foods. Made for the game jam js13kGames 2022 for theme "death".
— JavaScript
— [Play the jam version](https://gheja.itch.io/cooking-for-skully)
/ [Browse](https://github.com/gheja/js13k2022)### Bokosan
*Your job is to pull back all the boxes that were restlessly pushed in the wrong places by your daytime colleagues in the past 30 years.*
A reverse Sokoban game where you need to pull the boxes, made for the game jam js13kGames 2015 for theme "reverse".
— JavaScript
— [Play](http://bokosan.net)
/ [Browse](https://github.com/gheja/bokosan)### Where is Winston?
*Jeff is the pilot of the Bobcat-13 freighter. He ships goods between planets and occasionally moons. He has four cats but he's a bit forgetful sometimes...*
A game made for game jam js13kGames 2017 for the theme "lost".
— JavaScript
— [Play](https://gheja.itch.io/where-is-winston)
/ [Browse](https://github.com/gheja/lost13k)### Glitch on Space Station 13
A puzzle and mind bending (sometimes confusing) game made for the game jam js13kGames 2016 for theme "glitch".
— JavaScript
— [Play](https://gheja.itch.io/glitch-on-space-station-13)
/ [Browse](https://github.com/gheja/glitch13k)### Witch Simulator 2000+
Made for Jamcraft 2018 game jam.
— JavaScript
— [Play](https://gheja.itch.io/witch-simulator-2000-plus)
/ [Browse](https://github.com/gheja/jamcraft2018)### Untitled13
A multiplayer tower attack-defense game for the js13kGames 2013.
— JavaScript
— [Browse](https://github.com/gheja/untitled13)### ClickerQuest
An entry for the 1-bit clicker jam.
— JavaScript
— [Play](https://gheja.itch.io/clickerquest-wip)
/ [Browse](https://github.com/gheja/clickerquest)## Tools
### fbtest
Test for the client side (JavaScript) Facebook login API - login, logout and profile data retrieval (full name, profile picture, user ID).
— JavaScript
— [Browse](https://github.com/gheja/fbtest)### dns-01-manual
A manual implementation for DNS-01 challenge hook used in dehydrated, a Let's Encrypt client. Instead of editing a DNS zone file it prompts what you need to do.
— Linux Shell Script
— [Browse](https://github.com/gheja/dns-01-manual)### vsop87.js
JavaScript library to calculate the position of the planets in the solar system using heliocentric ecliptic rectangular coordinates based on the VSOP87 C series.
— JavaScript
— [Browse](https://github.com/gheja/vsop87.js)### trilateration.js
Trilateration in 3D space.
— JavaScript
— [Try](https://gheja.github.io/trilateration.js)
/ [Browse](https://github.com/gheja/trilateration.js)### touchtomouse.js
Convert touch events to mouse events in the browser.
— JavaScript
— [Browse](https://github.com/gheja/touchtomouse.js)### SitAmetGame
A mock game just to test a cross-platform build process.
— JavaScript
— [Releases](https://github.com/gheja/sitametgame/releases)
/ [Browse](https://github.com/gheja/sitametgame)It builds a ZIP for web ([zip-builder](https://github.com/gheja/zip-builder)), Android package ([android-builder](https://github.com/gheja/android-builder)), Windows and Linux executable and installer package ([nwjs-builder](https://github.com/gheja/nwjs-builder)). Check them out here: [Releases](https://github.com/gheja/sitametgame/releases)
### GBDK (forked)
GameBoy Developer's Kit (GBDK) 2.96a from 2002 tuned so it can be compiled on a fairly modern system (Ubuntu 16.04 LTS).
— [Browse](https://github.com/gheja/gbdk)### Jailcontrol
A script to control chroot jails on Linux - start/stop/restart them, mount their filesystems (fstab) and control their own network interfaces.
— Linux Shell Script
— [Browse](https://github.com/gheja/jailcontrol)### S.M.A.R.T. Schedule
Scheduled S.M.A.R.T. tests and reports, debian package.
— Linux Shell Script
— [Browse](https://github.com/gheja/smartschedule)### Early-SSH
An initramfs hook to SSH server during the boot of your Linux system.
— Linux Shell Script
— [Browse](https://github.com/gheja/early-ssh)### Lunar date
Implements Lunar Standard Time (LST) as it is described on Lunar Clock.
— PHP
— [Browse](https://github.com/gheja/lunar_date)## Tests and experiments
### face-recognition-test
A quick test of face recognition in Python. The repo is a part of the blog post.
— Python
— [Browse](https://github.com/gheja/face-recognition-test)
/ [Blog post](https://gabor.heja.hu/blog/2021/01/04/easy-face-recognition-in-2021-using-python/)### Tyrianish
A top-down 2D vertical scrolling shooter game - at least the beginning of it - I started making it for the LOWREZJAM 2018 game jam — JavaScript
— [Try](https://gheja.github.io/tyrianish/src)
/ [Browse](https://github.com/gheja/tyrianish)### Test for js13kGames 2017
— JavaScript
— [Try](https://gheja.github.io/js13k2017experiments)
/ [Browse](https://github.com/gheja/js13k2017experiments)### misc
Some miscellaneous scripts, tests, experiments that did not fit else. Like [JS metaballs](http://gheja.github.io/misc/html5_canvas_effects/).
— JavaScript, PHP, Linux Shell Script, Assembly, C, etc.
— [Try](https://gheja.github.io/misc)
/ [Browse](http://github.com/gheja/misc)# Contact
You can find me on
[my webpage](https://gabor.heja.hu/) ·
[GitHub](https://github.com/gheja/) ·
[itch.io](https://gheja.itch.io/) ·
[LinkedIn](http://hu.linkedin.com/pub/gabor-heja/50/852/118/) ·
[Twitter](https://twitter.com/gheja_) ·
[Facebook](https://facebook.com/gabor.heja/) ·
[Youtube](https://www.youtube.com/user/kakaopor) ·
[Patreon](http://www.patreon.com/user?u=45620) ·
[Mensa](https://tag.mensa.hu/felhasznalok/19479) ·
[Steam](http://steamcommunity.com/profiles/76561198001521032/) ·
[Picasa Web](https://picasaweb.google.com/117925865825180112935?noredirect=1) ·
[Kickstarter](https://www.kickstarter.com/profile/1929368013) ·
[IndieGogo](https://www.indiegogo.com/individuals/4088343/x/4088343) ·
[BandCamp](https://bandcamp.com/gheja) ·
[Geocaching.com](http://www.geocaching.com/profile/?guid=03b36123-e1d1-4d57-a855-8fb414871e1e).