All Projects → toptea → roguelike_tutorial

toptea / roguelike_tutorial

Licence: MIT license
RoguelikeDev Tutorial 2018

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to roguelike tutorial

thelegendofericc
Single player roguelike tile-based game written in Java using LibGDX and Ashley
Stars: ✭ 22 (-33.33%)
Mutual labels:  ecs, roguelike
ECS-Game
A roguelike written in Python adhering to ECS
Stars: ✭ 23 (-30.3%)
Mutual labels:  ecs, roguelike
Geotic
Entity Component System library for javascript
Stars: ✭ 97 (+193.94%)
Mutual labels:  ecs, roguelike
HelenaFramework
Modern framework on C++20 for backend/frontend development.
Stars: ✭ 53 (+60.61%)
Mutual labels:  ecs
brogue-android-port
Brogue Android Port
Stars: ✭ 47 (+42.42%)
Mutual labels:  roguelike
rogue.js
JavaScript porting of original Rogue source code using Emscripten
Stars: ✭ 33 (+0%)
Mutual labels:  roguelike
terraform-ecs
Terraform ECS module
Stars: ✭ 15 (-54.55%)
Mutual labels:  ecs
parameterstore-backup
Python script to take a backup of the AWS parameter store
Stars: ✭ 19 (-42.42%)
Mutual labels:  ecs
rockgo
A developing game server framework,based on Entity Component System(ECS).
Stars: ✭ 617 (+1769.7%)
Mutual labels:  ecs
terraform-aws-fargate
Terraform module to provision a Fargate-ready AWS infrastructure 🚀
Stars: ✭ 77 (+133.33%)
Mutual labels:  ecs
entitas-python
Entitas ECS implementation in Python.
Stars: ✭ 41 (+24.24%)
Mutual labels:  ecs
terraform-aws-ecs-web-service
A Terraform module to create an Amazon Web Services (AWS) EC2 Container Service (ECS) service associated with an Application Load Balancer (ALB).
Stars: ✭ 26 (-21.21%)
Mutual labels:  ecs
TinyECS
Tiny ECS is an easy to use Entity-Component-System framework that's designed specially for Unity3D.
Stars: ✭ 20 (-39.39%)
Mutual labels:  ecs
masterclass-codeexamples
Code examples used in Get into DevOps: The Masterclass
Stars: ✭ 35 (+6.06%)
Mutual labels:  ecs
cavernos
Retro fantasy terminal for building DOS-era ASCII games, powered by WebAssembly
Stars: ✭ 32 (-3.03%)
Mutual labels:  roguelike
FirstAgeAngband
FAangband remade from Angband version 4
Stars: ✭ 15 (-54.55%)
Mutual labels:  roguelike
Landlord
Landlord was a planned roguelike game, which may yet be completed one day if I decide I am willing to re-approach it.
Stars: ✭ 40 (+21.21%)
Mutual labels:  roguelike
jenkins-ecs-deployment
Deploy docker containers to AWS ECS/ECR via Jenkins
Stars: ✭ 20 (-39.39%)
Mutual labels:  ecs
ECS
Entity-Component-System
Stars: ✭ 122 (+269.7%)
Mutual labels:  ecs
ent-comp
A light, fast Entity Component System in JS
Stars: ✭ 25 (-24.24%)
Mutual labels:  ecs

r/RoguelikeDev Tutorial 2018

RoguelikeDev Does the Complete Roguelike Tutorial Event Logo

At r/roguelikedev we're doing a dev-along following The Complete Roguelike Tutorial. Come and check this out!

I'll be diverging a bit from the main Python tutorial by implementing Esper's entity component system. I'll be also using python-tcod for it's new console class, and numpy arrays for the game map.

Current Features

Useful Links

If you would like to participate

  • Sign up for a free personal account if you don't already have one.
  • Fork this repository to your account.
  • Clone the repository on your computer and follow the tutorial.
  • Follow along with the weekly posts.
  • Update the README.md file to include a description of your game, how/where to play/download it, how to build/compile it, what dependencies it has, etc.
  • Share your game on the final week.

It's dangerous to go alone

If you're new to Git or version control

  • Git Documentation - everything you need to know about version control, and how to get started with Git.
  • GitHub/GitLab - start working on your project.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].