Search found 157 matches

by 100goats
Tue Mar 30, 2021 11:10 pm
Forum: Game Development
Topic: A 3D game engine
Replies: 2
Views: 8300

Re: A 3D game engine

Code-free seems like a difficult and limiting requirement.

Godot is a popular engine.

There is a list of engines here.
https://en.wikipedia.org/wiki/List_of_game_engines
by 100goats
Mon Mar 29, 2021 8:17 pm
Forum: Game Development
Topic: AritMazeTic : a math/maze game [Web]
Replies: 8
Views: 13079

Re: AritMazeTic : a math/maze game [Web]

It is a very interesting concept!

The game is simple and fun.

It fails to load on Firefox. I got it working on Google Chrome.
by 100goats
Thu Mar 25, 2021 9:23 pm
Forum: Game Development
Topic: Eighth Day Advent update
Replies: 0
Views: 13894

Re: Eighth Day Advent update

Wow!
200k lines of code.

That is dedication.

I like the Franks and Goths scenario. haha

Good luck with the app store!
by 100goats
Sun Mar 21, 2021 4:47 am
Forum: Game Development
Topic: The Adventures of Sunshine's Farm
Replies: 2
Views: 8670

Re: The Adventures of Sunshine's Farm

Hi. I played the demo on Linux. My feedback is just on the demo. It is a good game with a good concept. It was very relaxing. I wasn't able to play the levels with rabbits for some reason. I think to have others invested in getting the full game, it would be a good idea to start with the exciting ac...
by 100goats
Wed Mar 17, 2021 7:53 pm
Forum: Game Development
Topic: Meta Game Fun(Tentative Title)
Replies: 2
Views: 8053

Re: Meta Game Fun(Tentative Title)

I am building the foundation of the game at the moment. There is not much to do in the game yet. github link: https://github.com/adct-the-experimenter/meta-game-fun I made some progress on the game. What has been finished: -World clock -Random Life events -Character creator (name, job, sprite) -Tile...
by 100goats
Sun Mar 14, 2021 5:43 pm
Forum: Game Development
Topic: Dolus - 2D indie platformer about Grief
Replies: 49
Views: 59399

Re: Dolus - 2D indie platformer about Grief

It is a good effect. This game has a consistent style.

I am guessing that the odd mechanism is a launcher that is used to launch the player avatar to another platform.
by 100goats
Sat Feb 20, 2021 3:55 am
Forum: Game Development
Topic: Hi! i'm looking for some feedback about my inventory system
Replies: 4
Views: 9349

Re: Hi! i'm looking for some feedback about my inventory system

Looks good to me. I like the idea for using keys.

However, some caution should be taken when supporting multiple different input types.
by 100goats
Tue Feb 16, 2021 2:33 am
Forum: Game Development
Topic: Meta Game Fun(Tentative Title)
Replies: 2
Views: 8053

Meta Game Fun(Tentative Title)

I started working on a new game to make a grand multiplayer experience. I call it Meta-Game Fun(Tentative Title) because I have not been able to come up with a good name that describes the kind of game it is. I'm using a simple ECS this time instead of the multiple inheritance model I used in Door T...