Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Python-tcod Alternatives
Similar projects and alternatives to python-tcod
-
libtcod
A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator.
-
entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
roguelike-tutorial
Following http://rogueliketutorials.com/ ...but with Scala and Indigo.
-
-
-
procedural_generation_godot
Commits for basic procedural generation in Godot engine
-
libtcod-vcpkg-template
A template for C++17 libtcod projects. This template uses Vcpkg to fetch dependencies.
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
-
-
-
-
-
-
VileColossus
An Angband-descended roguelike game; vaguely reminiscent of early Diablo, with loot-shower mechanics and a gloomy dungeon atmosphere.
-
roguelike-online
Online post apocalyptic roguelike using authoritative game server
-
roguelike-tutorial-glsp
A basic roguelike for the 2021/r/roguelikedev tutorial jam
-
RLDev2021
RoguelikeDev Does The Complete Roguelike Tutorial Starting June 29th 2021
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
python-tcod reviews and mentions
-
Sharing Saturday #422
python-tcod | GitHub | Issues | Forum | Changelog | Documentation
-
RoguelikeDev Does The Complete Roguelike Tutorial Starting June 28th 2022
The python-tcod repository is here. This is the full source of the Python port including all the C sources of libtcod which are included as a sub-module plus all the setup scripts invoked. Most source repos are linked from their PyPI package page.
-
Considering changing from libtcod to pygame for tiles…
I'll be asking you to install tcod from the sdl branch of its Git repository. I'd recommended cloning the repo but that isn't required. You just need to tell pip install where the experimental source is.
-
Sharing Saturday #374
python-tcod | GitHub | Issues | Forum | Changelog | Documentation
-
RoguelikeDev Does The Complete Roguelike Tutorial - Week 6
The python-tcod repository includes a Cellular Automata example using the incredibly useful scipy.signal.convolve2d function which works well for any Cellular Automata script.
-
RoguelikeDev Does The Complete Roguelike Tutorial - Week 1
For now I decided to go with libtcod's terminal16x16_gs_ro as my choice for font. The one in the tutorial isn't a full Code page 437 charcter set.
-
Sharing Saturday #356
The python-tcod examples now have a ttf.py example using the FreeType library. This gives better control and is also a good example of dynamically resizing the tileset to match the window size. The dynamic resizing wasn't done before and that seems to be what affects the quality the most.
-
Sharing Saturday #344
python-tcod | GitHub | Issues | Forum | Changelog | Documentation
-
A note from our sponsor - Sonar
www.sonarsource.com | 29 May 2023
Stats
libtcod/python-tcod is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.
The primary programming language of python-tcod is Python.