Here are
65 public repositories
matching this topic...
An ECS (Entity Component System) for Python
Updated
Mar 16, 2022
Python
Astray is a lua based maze, room and dungeon generation library for dungeon crawlers and rougelike video games
2D Cave Exploration Game with Procedurally Generated Levels
Updated
Nov 17, 2021
Rust
🏝 Magic Maze board game clone. Korge Game Jam 2020 contribution.
Updated
Jan 28, 2021
Kotlin
Traditional roguelike game with pixel-art graphics and simple interface
A roguelike tower-defense RPG game made with Unity
A Seedable Asynchronous Procedural Dungeon Generator For Javascript
Updated
Aug 26, 2021
JavaScript
Simple Rogue RPG written in Nim with libtcod
stargateRL, Python RogueLike game & game-engine [ARCHIVED]
Updated
Jan 3, 2019
Python
A Rougelike Dungeon creator written in Kotlin
Updated
Jul 29, 2020
Kotlin
A procedural dungeon generator in C#
Rewrite of Bouken using MTL / final tagless and ReasonML
Updated
Feb 11, 2022
Scala
Updated
May 30, 2020
Kotlin
A remake and homage to old rougelike games made in C# using the Xamarin framework.
This is an open-source rougelike game. It will support multiple variants of procedural map generation as well as custom A* pathfinding, combat, RPG systems implementations. I have decided to use a graphical tile art direction as I find it more visually appealing.
Graph-based procedural generation of metroidvania style maps.
A work in progress CLI roguelike.
Updated
Apr 23, 2019
Java
Updated
Apr 20, 2020
Python
A rougelike game written using C++11 and termbox
A not-so-simple function based fully functional rouge-like game created while learning Python.
Updated
Dec 20, 2021
Python
r/RoguelikeDev Does the Complete Roguelike Tutorial. This is my follow along
Updated
Jan 24, 2022
Rust
Updated
Mar 31, 2022
JavaScript
Turn based battle game featuring much recursion
Updated
Mar 31, 2018
Scala
Breakout is a rougelike framework/engine built in C++, with the goal of making it easier to make Rougelike games without all the hassle.
This is a 2D Rouguelike game made by Unity 2D. This game is also adatpted from Unity Tutorial.
Updated
Sep 4, 2021
ASP.NET
WIP rouglike game framework using SFML.
A javascript Rougelike framework implemented in typescript to
Updated
Feb 26, 2022
JavaScript
Rouge-like top down shoot 'em up made in Godot
Updated
Sep 11, 2020
GDScript
2D rogue-lite dungeon crawler with a time-based combat system built with Godot. Developed for Game Off 2020.
Updated
Dec 22, 2020
GDScript
Improve this page
Add a description, image, and links to the
rougelike
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
rougelike
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently there is no way for the player to get a list of commands from chat, the implementation of
/helpwould fix this. For the command, the server would justsendServerMessage(...)a list of our commands to the player.