LewisSarcasm / gameDevResources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gameDevResources

AI

Behavior Trees

free sprites

cool sprites

free 2d sprites:

Tools for art

  • Krita

Animation

really good 16x16 sprites

We can get references for our sprites from:

Youtube animation video:

animating a character running:

importing aseprite asset into godot

cool jedi sprite:

useful pixel art

Notes for choosing a colour palette:

Colour ramps:

Helpful youtube videos on colour palette choice:

colours?

  • paletton - can create colours that go well together

Resolution

  • for sprites choose a resolution of 64x64

  • for map environment, we want our camera to be focused on a 640x360 <-- this seems to be pretty good space to draw in

Audio

free sounds?

AI

We can use Metas Llama for our AI needs. This article goes over how to download a single file and use it locally.

Once server executed on machine, we can visit it by going to http://127.0.0.1:8080 and enter a prompt.

This could be used in our game to do open ended AI dialogue

GODOT dev

Fucking finite state machine. Helpful guide but doesn't cover everything:

maybe helpful? Not watched - state machine:

maybe useful? :

lighting: (looks useful)

Composition and way to structure godot nodes

shooting arrow from stationary position:

assets from aseprite to godot

saving and loading in godot - VERY GOOD video

About


Languages

Language:GDScript 100.0%