Search found 158 matches

by 100goats
Sat Dec 05, 2020 9:30 am
Forum: Game Development
Topic: Door To Life Feedback
Replies: 23
Views: 37691

Re: Door To Life Feedback

I just released Door To Life version 0.3. Multiplayer has been implemented successfully. The general area for the golden tile location is shown on the submap which has proven to be a good game design decision. It makes the game immediately interesting by showing something that the player can be curi...
by 100goats
Fri Dec 04, 2020 1:11 am
Forum: Game Development
Topic: Hey guys, I would love some feedback on my metroidvania game!
Replies: 61
Views: 76173

Re: Hey guys, I would love some feedback on my metroidvania game!

Great map! It reminds me of the world map of Castlevania Symphony of the Night.
by 100goats
Tue Dec 01, 2020 6:33 am
Forum: Game Development
Topic: Hey guys, I would love some feedback on my metroidvania game!
Replies: 61
Views: 76173

Re: Hey guys, I would love some feedback on my metroidvania game!

The new demo is pretty good! I'll have more feedback after playing more.
by 100goats
Wed Nov 18, 2020 4:55 am
Forum: Game Development
Topic: Door To Life Feedback
Replies: 23
Views: 37691

Re: Door To Life Feedback

I finally got the game working well for 2 players. This multiplayer game addition is opening up even more innovative gameplay possibilities than I thought it would. I decided that I am going to make the multiplayer mode a free-form competitive / cooperative Zelda inspired game. I plan to have each m...
by 100goats
Sat Nov 14, 2020 1:52 am
Forum: Game Development
Topic: Door To Life Feedback
Replies: 23
Views: 37691

Re: Door To Life Feedback

SDL2 makes it easy. Basically, events from the keyboard and joystick are polled for input and player 1is limited to the keyboard and other players are limited to separate gamepads. I need to change some code to get joystick to work properly for a system originally intended for keyboard only. Edit: I...
by 100goats
Fri Nov 13, 2020 4:05 am
Forum: Game Development
Topic: Door To Life Feedback
Replies: 23
Views: 37691

Re: Door To Life Feedback

I tried rendering to separate windows as an alternative to split screen. The way SDL2 does it, it is very difficult and impractical. A texture copy and different renderer is needed for every texture to render to a different window. I managed to render 2 players and the labyrinth tiles in 2 different...
by 100goats
Wed Nov 11, 2020 6:57 pm
Forum: Game Development
Topic: Hey guys, I would love some feedback on my metroidvania game!
Replies: 61
Views: 76173

Re: Hey guys, I would love some feedback on my metroidvania game!

That is great news! Congratulations! Were the rooms and enemies designed by hand, randomly generated, or both?
by 100goats
Wed Nov 11, 2020 7:53 am
Forum: Game Development
Topic: Door To Life Feedback
Replies: 23
Views: 37691

Re: Door To Life Feedback

I really liked the idea of a multiplayer zelda clone similar to 4 swords, but with the twist that players can share the same world, but be independent of each other. I liked the idea so much that I decided to try to program local multiplayer in the game. I don't care for split screen and I want the ...
by 100goats
Fri Nov 06, 2020 6:24 am
Forum: Game Development
Topic: Door To Life Feedback
Replies: 23
Views: 37691

Re: Door To Life Feedback

I went back to development on this game. I successfully managed to implement randomly setting mini dungeon entrances and loading mini dungeons from an xml file. Users can now use the DTL-Dungeon-Editor to create dungeons and have it randomly placed in the game Door To Life! https://github.com/adct-t...
by 100goats
Sun Nov 01, 2020 6:54 am
Forum: Game Development
Topic: Analog Circuit Video Game Concept
Replies: 15
Views: 39015

Re: Analog Circuit Video Game Concept

I have a new idea for the game. The game will be based on generation of a real-time analog video signal. It is a simple fighting game in which a colored line drawn on screen represents the actions of the defending player and the other player must accurately copy the defending player's actions to win...