Page 1 of 1

Atari2600-like game

Posted: Tue Jun 25, 2019 6:04 pm
by alberto_lara
Hey, so I'm going to give a video game programming workshop in the company I work for and I did a small game just for practice purposes (it's been a while since I created something from scratch in LÖVE).

Here's teh GitHub repo please feel free to take a look (a star would be appreciated!)

Image

Re: Atari2600-like game

Posted: Wed Jun 26, 2019 10:44 am
by steVeRoll
Very nice! I'd recommend you use

Code: Select all

love.graphics.setDefaultFilter("nearest", "nearest")
to make the images look more sharp.

Re: Atari2600-like game

Posted: Wed Jun 26, 2019 11:58 pm
by alberto_lara
Nah, I can add an option for that but I like linear more because it reminds me of the old CRT images (I could add a shader for that though). Anyway, any feedback is appreciated!

Re: Atari2600-like game

Posted: Thu Jun 27, 2019 11:36 pm
by DwayneDev
Nice little arcade game. there's something aesthetically pleasing about the moving sprites. Is it running at 60 fps?