1
117
submitted 4 days ago* (last edited 4 days ago) by laradev@programming.dev to c/gamedev@programming.dev

Here is the Steam link if anyone interested in: https://store.steampowered.com/app/3054440/The_Short_Snow/

2
14
3
17
submitted 6 days ago* (last edited 6 days ago) by Berin@mastodon.social to c/gamedev@programming.dev

How to Sell Visual Novels at Conventions

This is a guide on how to set up and run a booth to sell games and merch at a convention. Super useful if you have never tabled at a con before:

https://arimiadev.com/how-to-sell-visual-novels-at-conventions/

#GameDev #IndieDev #VNDev @gamedev

4
3
submitted 5 days ago* (last edited 5 days ago) by klg71@lemmy.world to c/gamedev@programming.dev

Hello Community I've recently released an Unity asset to create geometric meshes. Geometric Line Mesh Generator I still have plenty of vouchers available. If you would like to test this asset feel free to comment. I will pm you the voucher code. You can find a demo video on youtube.

5
94

A lot of old games have become unplayable on modern hardware and operating systems. I wrote an article about how making games open source will keep them playable far into the future.

I also discuss how making games open source could be beneficial to developers and companies.

Feedback and constructive criticism are most welcome, and in keeping with the open source spirit, I will give you credit if I make any edits based on your feedback.

6
13

(I didnt write the article, thats just the title)

7
118

Stolen from 2009scape Discord uwu

8
28

I'm developing a game that very closely mimics the gameplay of the ghost minigame from Nintendo Land. I'm not including Nintendo characters, names, etc.

Is there any precedent of Nintendo going after people for something like this?

9
34

So I'm reading The Art of Game Design: A Book of Lenses by Jesse Schell and I'm quite enjoying it. I don't really have anyone else in my life who shares my game development interests so I thought it might be fun to put together some kind of regular discussion. I've got a pretty long reading list, would nice to have someone to talk to. Thoughts?

10
13
submitted 1 month ago by Wxnzxn@lemmy.ml to c/gamedev@programming.dev

cross-posted from: https://lemmy.ml/post/16304403

cross-posted from: https://lemmy.ml/post/16304400

cross-posted from: https://lemmy.ml/post/16304397

Check out a story about thought processes going awry after ecstasy born from early successes and personal issues hitting.

Still, I decided to release the result of my work so far as a prototype for Fuck Capitalism Jam 2024, to be worked on in the future until it is done. Alongside part 1, which was basically developed within the time frame anyway, and is more than fitting for the theme as well.

11
33
12
28
submitted 1 month ago* (last edited 1 month ago) by mrsgreenpotato@discuss.tchncs.de to c/gamedev@programming.dev

Hello all, I'm happy to announce that I've just opened beta test for my first Steam game release, which will be available between 30.05 and 02.06.

This is a turn based strategy game, where you play with toy army men trying to conquer your opponent on the other side of the room. Available in single player mode against the AI, or local multiplayer, also via Steam Remote Play.

Steam page: https://store.steampowered.com/app/2776110/Bedroom_Battlegrounds/

I'd be very happy to hear your feedback, which you can send over here, or through a dedicated feedback form. https://forms.office.com/r/nvt7vAz9kF Your feedback will play a crucial role in enhancing the game before releasing the demo for the upcoming Steam Next Fest, and subsequently full version of the game later this year.

Looking forward to hear your feedback. Happy conquering!

13
50
14
25

I saw this posted by Grumpy Gamer, who highly recommended it. So I took a look.

Amazing video. Totally worthwhile. The rest of his videos are great also.

I'm making a P&C Adventure, and this really helped me focus on "the horizontal slice" in my early stage of development.

15
33
What is a collision? (www.sassnow.ski)
16
7
package int poll_win_RawInput(ref InputEvent output) nothrow @nogc {
	MSG msg;
	BOOL bret = PeekMessageW(&msg, null, 0, 0, PM_REMOVE);
	if (bret) {
		////Some code that supposed to swallow WM_SYSKEY and the likes, but does not work as intended////
		DispatchMessageW(&msg);//In the aforementioned block
		////Function that optionally gets text input messages////
 		switch (msg.message & 0xFF_FF) {
////Regular user input handling via RawInput and some legacy stuff + XInput handling in separate function////

Since it's for games, the default Alt key behavior is undesirable for me. It makes my test application hang and make error noises since it doesn't have a menubar. I checked whether my window had a flag that enabled the menubar or not, but couldn't find it.

17
16
18
10
19
20

From GamesIndustry.biz

20
13
Screenshot Saturday! (programming.dev)

Share some progress, text or screenshots of some development on your game!

21
9

I'd like to start developing a board game I love playing. There's an iOS implementation of it, but none for android. I don't even know where to start and which principles I could possibly follow. I've been working as a (business) software dev for the last 20 years, so I have some clue about programming.

I don't want to care too much about the graphics, it's the computer opponents and the game rules I am interested in.

No language constraint ;-)

22
17
GameMaker in 2024 Road Map (gamefromscratch.com)

From GameFromScratch.com

23
28

Hey folks! First time poster and keen to get involved with the community.

I'm looking to all of you for any recommendations for an engine that'd suit what I'm looking to do. First and foremost, I have next to zero experience in developing, coding and all that jazz but once I know what engine to work with I'm keen to get to learning.

What engine would most suit a RPG game that's 2.5D isometric view, is kind to new developers and has a whole load of reference material so I can teach myself as I go?

I'm fully aware that y'all probably need more information to work on so I'm happy to answer any questions that'll help narrow down what I'm after.

Thanks!

24
8

This is my entry to The Dusty Old Game Jam. It's the first real boss fight I've ever made, and I think it's coming along nicely.

This is just the first encounter with the boss. Subsequent encounters start the fight immediately. Also got a cool jump attack, and several variety of regular attacks working since I recorded this the other day.

P.s. sorry if the quality is bad. I used OBS to record this, welcome to any suggestions of something else that will get me higher quality video.

25
35
view more: next ›

Game Development

2814 readers
1 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 1 year ago
MODERATORS