Gaming World Forums

General Category => Technology and Programming => Topic started by: Swordfish on December 23, 2019, 09:46:53 am

Title: So I've been learning rust
Post by: Swordfish on December 23, 2019, 09:46:53 am
Think I might try building a roguelike in it.
 
What about you lot, any thing new?
Title: So I've been learning rust
Post by: Madolah on December 28, 2019, 04:12:41 am
been back n forth in unity. got a few asset packs (paid), like Corgi2d and its scripts and pre-written code examples are great for copy/pasting and patching up your own codes.
I've been thinking of a few ideas towards a roguelite 
Title: So I've been learning rust
Post by: Swordfish on January 15, 2020, 04:36:03 pm
If anyone is interested you can find my game here -> https://github.com/Thermatix/cyber_rogue/ (https://github.com/Thermatix/cyber_rogue/)
 
It's still early days, just got character movement in, but my base idea is that it will be set in a Giant walled city-building like the Kowloon walled city, but with cyberpunk overtones, I'm going to be pulling visual styling from Cogmind.
 
Beyond that, don't have an idea for a story yet.
Title: So I've been learning rust
Post by: Swordfish on January 21, 2020, 11:21:43 pm
I got movement + blocking working, even allowed for setting the entities background colour to that of the tile it's standing on.

I've even got an idea to allow for tiles/entities that can possess random or animated glyphs.
Title: So I've been learning rust
Post by: Swordfish on January 22, 2020, 10:35:08 pm
Crappy dungeon generation! Plus improved rendering no longer does it loop and set the glyph twice (once for the map, once for entities); instead, it goes through the map tiles, any entity that's at the position gets rendered instead of the map tile!
Title: So I've been learning rust
Post by: hobo2 on February 16, 2020, 01:22:26 pm
What a coincidence, I also want to learn Rust and want to make a roguelike with it. The difference being that I'm too lazy.
Title: So I've been learning rust
Post by: Swordfish on February 29, 2020, 11:36:01 pm
What a coincidence, I also want to learn Rust and want to make a roguelike with it. The difference being that I'm too lazy.
Really now? well, that's too bad. Have another pic, I've implemented FOV.