Game Development

3278 readers
4 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
51
 
 

Stolen from 2009scape Discord uwu

52
 
 

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?

53
 
 

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?

54
 
 

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.

55
34
submitted 3 months ago by popcar2 to c/gamedev
56
 
 

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!

57
58
 
 

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.

59
33
What is a collision? (www.sassnow.ski)
submitted 3 months ago by bugsmith to c/gamedev
60
 
 
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.

61
62
63
 
 

From GamesIndustry.biz

64
13
Screenshot Saturday! (self.gamedev)
submitted 4 months ago by Ategon to c/gamedev
 
 

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

65
 
 

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 ;-)

66
17
GameMaker in 2024 Road Map (gamefromscratch.com)
submitted 4 months ago by [email protected] to c/gamedev
 
 

From GameFromScratch.com

67
 
 

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!

68
 
 

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.

69
70
 
 

Had to share with this community, I decided for my second game to just rip off the band-aid and I entered a game jam targeted at beginners. I placed 3rd - with 1st and 2nd going to more seasoned game developers. I never imagined that, going in, I would be on the pedestal. I just have to thank everyone that participates in game development and indie gaming as a community - including you, reading this.

If you are curious and want to check it out:

The games ranked by overall score

The game itself

A devlog looking back at my first jam experience

71
7
Screenshot Saturday! (self.gamedev)
submitted 4 months ago by Ategon to c/gamedev
 
 

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

72
5
Lifetime of a game (mastodon.gamedev.place)
submitted 4 months ago* (last edited 4 months ago) by fzz to c/gamedev
 
 

Developer — “From start to the latest patch”
;

Publisher — “From deal to while the sales are at an acceptable level or the terms of the contract have not yet been fulfilled”;


Gamer — “Since I found out about the game and while I come back to it and play”.

73
36
How To Make Good Small Games (farawaytimes.blogspot.com)
submitted 4 months ago by JPDev to c/gamedev
74
21
Screenshot Saturday! (self.gamedev)
submitted 4 months ago by Ategon to c/gamedev
 
 

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

75
36
submitted 4 months ago* (last edited 4 months ago) by mac to c/gamedev
 
 

Note theres a bug where if you disable ctrl queue mouse controls dont work

view more: ‹ prev next ›