Code So I've been learning rust (Read 229 times)

  • Avatar of Swordfish
  • Comrade!?! I AM NOT A FUCKING RUSSIAN
  • PipPipPipPipPipPipPip
  • Group: Premium Member
  • Joined: Sep 12, 2003
  • Posts: 1074
Think I might try building a roguelike in it.
 
What about you lot, any thing new?
RIP DoktorMartini

My brute!
  • Avatar of Madolah
  • ;Wyrm
  • PipPipPipPipPip
  • Group: Premium Member
  • Joined: Oct 4, 2005
  • Posts: 743
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 
Wyrm  | Madolah | ær 
  • Avatar of Swordfish
  • Comrade!?! I AM NOT A FUCKING RUSSIAN
  • PipPipPipPipPipPipPip
  • Group: Premium Member
  • Joined: Sep 12, 2003
  • Posts: 1074
If anyone is interested you can find my game here -> 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.
Last Edit: January 15, 2020, 04:41:28 pm by Swordfish
RIP DoktorMartini

My brute!
  • Avatar of Swordfish
  • Comrade!?! I AM NOT A FUCKING RUSSIAN
  • PipPipPipPipPipPipPip
  • Group: Premium Member
  • Joined: Sep 12, 2003
  • Posts: 1074
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.
Last Edit: January 21, 2020, 11:40:33 pm by Swordfish
RIP DoktorMartini

My brute!
  • Avatar of Swordfish
  • Comrade!?! I AM NOT A FUCKING RUSSIAN
  • PipPipPipPipPipPipPip
  • Group: Premium Member
  • Joined: Sep 12, 2003
  • Posts: 1074
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!
Last Edit: January 22, 2020, 11:00:28 pm by Swordfish
RIP DoktorMartini

My brute!
  • Avatar of hobo2
  • guns or swords?
  • PipPipPipPipPipPipPip
  • Group: Premium Member
  • Joined: Jan 18, 2004
  • Posts: 1018
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.
  • Avatar of Swordfish
  • Comrade!?! I AM NOT A FUCKING RUSSIAN
  • PipPipPipPipPipPipPip
  • Group: Premium Member
  • Joined: Sep 12, 2003
  • Posts: 1074
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.
RIP DoktorMartini

My brute!