Posts

This profile is from a federated server and may be incomplete. Browse more on the original instance.

wawe, to random
@wawe@mastodon.gamedev.place avatar

As solo dev I mostly use local or selfhosted software but recently I got a teammate and I needed tool for collaboration.

There is a lot of options, but I wanted something that is privacy respecting and wouldn't use all my data to train AI. I decided to tryout Cryptpad. It had simple looking Kanban boards similar to Trello.

I was surprised how good it is! It has everything I needed for organizing work.

#CryptPad

mzcheli,
@mzcheli@techhub.social avatar

@wawe @michaelgraaf its a great tool for (us) who value privacy and dont want to be abused anymore by Google or similar companies.
Tomorrow I will try to install an instance on my localhost PC.
Seems se have a similar setup, because I dont need to be available online, just need it to avoid "google-solutions".
What other self-hosted open-source tools are you using? (Im not dev but DevOps and IT guy) Thanks!

wawe,
@wawe@mastodon.gamedev.place avatar

@mzcheli I currently selfhost Trilium Notes, Nextcloud, Fresh RRS feed and Forgejo.

I have been looking for a new project /knowledge management tool to selfhost and currently leaning bit towards Anytype but the search for perfect note taking app continues.

CryptPad will probably solve my basic needs for project management but I originally left Trello for ClickUp because it was bit too limiting so in the end I might face similar problems with CryptPad.

wawe, to linux
@wawe@mastodon.gamedev.place avatar

In Finland (some) high schools offer laptops for school use and these are running Opinsys OS (or Puavo OS), debian based distro. More info about it: https://puavo.org/

This is amazing and hopefully it makes more people become familiar with Linux!

#linux

wawe, to random
@wawe@mastodon.gamedev.place avatar

One of the things holding back Linux is that local retailers do not sell Linux computers/laptops. Image if you had choice between two similar computers but other one is over 100 euros cheaper.

wawe, (edited ) to godot
@wawe@mastodon.gamedev.place avatar

Edit: This is solved now!

I asked this in Godot Forums and got no answer so maybe someone in the fediverse knows. I am using node2D.DrawTextureRectRegion to draw my sprites. Currently all my textures are drawn using the same Node2D which is why I cannot flip the sprite by flipping the node. DrawTextureRectRegion has support for “transpose” but this only swaps the x and Y axis. Is there way to flip textures when using DrawTextureRectRegion without flipping the node?

theandi0815,
@theandi0815@rollenspiel.social avatar

@wawe can you share a screen grab with your node tree and indicate which node contains the texture you want to flip?

wawe,
@wawe@mastodon.gamedev.place avatar

@theandi0815 This got solved, but thanks for help! I only have one node in the node tree called "MainScene".

wawe, to gamedev
@wawe@mastodon.gamedev.place avatar

Wow, Brackeys come back to make videos about Godot!
https://www.youtube.com/watch?v=EYt6uDr-PHQ

#gamedev #godot #godotengine

wawe, to gamedev
@wawe@mastodon.gamedev.place avatar

Not much but a simple start. Kenney's assets are always best when prototyping!

Gameplay of a game with pixel art graphics and turn-based movement.

arzi,
@arzi@mastodon.gamedev.place avatar

@wawe I also used them teaching, they're perfect for that too!

wawe, to gamedev
@wawe@mastodon.gamedev.place avatar

I will be part of GameDev Quickie's and guiding him when he creates his first steam page. Join the stream in one hour!
https://www.youtube.com/watch?v=XbWdj-qNEW8

#gamedev

wawe, to gamedev
@wawe@mastodon.gamedev.place avatar

I uploaded a new devlog where I talk about how the release of Mushy Score went and what are my plans for the future.

https://youtu.be/uhSmY_hA2K8

#gamedev #devlog

wawe, to random
@wawe@mastodon.gamedev.place avatar

Anyone want to try small prototype and give feedback?

It is a party based roguelike where you control multiple characters and attack enemies. It is a really simple for experimenting game that combines elements from games like Rogue and Baldur's Gate. It is turnbased but turns are handled fast similar to Stoneshard.

https://paahtimogames.itch.io/thisisjustatribute

SmallisBeautiful,
@SmallisBeautiful@mastodon.gamedev.place avatar

@wawe Just played for a few minutes. I found the keyboard + mouse keyboards to be clumsy for me (Ok, I'm playing on a laptop with trackpad so it doesn't help).

I was expecting that moving toward an enemy would auto attack it so having to click twice (open menu, click on attack) felt very slow. Same for collecting coins. Why can't I just walk on them?

Haven't been really able to take advantage of having 2 chars. Seems to get in the way more than it helps right now.

wawe,
@wawe@mastodon.gamedev.place avatar

@SmallisBeautiful Thanks for feedback! This was really helpful!

Yeah, right now it is really mouse depended so that impacts the experience.

Intention is that you can do many things when interacting so I don't want attacking/collecting happen automatically, but I clearly need to make them better.

I need to create some encounter to better test the multiple character controlling.

wawe, to random
@wawe@mastodon.gamedev.place avatar

Does anyone know an old school roguelike game where you play as a small party? In the overworld you control one character and then battles open to a small scene. It has really simple pixel art graphics, spell casters cast spells by typing the spell name and it had perma death. Start of the game you build a party of eight IIRC. The name was one word and really didn't mean anything.

#roguelike

jake4480,
@jake4480@c.im avatar

@wawe oh wow I wish I knew. Sounds amazing. Racking my brain.. do you remember system? I hate to say anything about the accursed reddit but r/tipofmyjoystick there is for that and you may have luck.

wawe,
@wawe@mastodon.gamedev.place avatar

@jake4480 Yeah, someone in reddit might know but I deleted my account and don't feel like creating new one just for this😅
I will try asking around lemmy.

wawe, to random
@wawe@mastodon.gamedev.place avatar

2 hour procedural map generation tutorial is great way to start a day.

wawe, to godot
@wawe@mastodon.gamedev.place avatar

Shoutout to @guladev for creating probably one of the best tutorials I have done. Highly recommend to anyone who wants to learn Godot!

https://www.youtube.com/watch?v=ulgh_neTJG8

#godotengine #godot #gamedev

guladev,
@guladev@mastodon.gamedev.place avatar

@wawe thanks for the shout-out! Your game looks super fun, you got yourself a wishlist! ☺️👌 Good luck!

wawe,
@wawe@mastodon.gamedev.place avatar

@guladev Thank you so much! I have been using your tutorial to learn Godot for my next game and it has been really helpful!

wawe, to godot
@wawe@mastodon.gamedev.place avatar

First tutorial completed! Start is always rough but learned a lot in short period. Any recommendation for next tutorial?

#godotengine

Gif of a snake game

ClumsyGolem,
@ClumsyGolem@mstdn.games avatar

@wawe I normally recommend the Godot Docs tutorial, but it probably covers a lot of the same stuff as this snake game. Might be worth skimming?

https://docs.godotengine.org/en/stable/getting_started/first_2d_game/index.html#

wawe,
@wawe@mastodon.gamedev.place avatar

@ClumsyGolem Thanks! I will check that one out!

wawe, to godot
@wawe@mastodon.gamedev.place avatar

So it begins.

#godotengine

wawe, to games
@wawe@mastodon.gamedev.place avatar

I released my first game on Steam and got rid of impostor syndrome!

My first game Mushy Score is out on Steam! I have been creating games since I was a child but never felt like a real game dev. Now I finally have a game that I can show to other people.

Mushy Score is a 2D Roguelike where you fight against endless waves of enemies. Collect points and try to get a high score! I am super exited for the release !

If you like similar games go check it out: https://store.steampowered.com/app/2480740/Mushy_Score/

@games

wawe,
@wawe@mastodon.gamedev.place avatar

Thanks for sharing! I will post there as well in the future!

Ductos,
@Ductos@mastodon.social avatar

@wawe @games Congratulations on your release!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines