Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

deck

16
Posts
3
Topics
11
Followers
3
Following
A member registered Nov 13, 2016 · View creator page →

Creator of

Recent community posts

Nice concept and well done mechanics and level design, especially the final level, it took me a while to finish it :)

(1 edit)

Done the repo, the dropbox link has been removed

https://github.com/deck-dev/LZW-image-compression-for-TIC

(1 edit)

you are right! I don't want to do an itch page only for this tool but I'm planning to create a repo, maybe also publish the compression software code that at the moment sucks. I'm sorry but you have to be patient for the moment :)

TIC-80 community · Created a new topic LZW image render
(1 edit)

Hello,
for my current project, I ran in need of rendering an huge image into the screen. So I have realized an algorithm that convert and compress an image in a string, then I wrote in TIC a decompression function which allows me to load and render the desired image.
I don't know when I can release the game, but I think that this functionality could be useful regardless of the game I'm currently developing, so I share it with TIC community, hope that it can be useful to someone

Edit: removed Dropbox link, moved the files in

https://github.com/deck-dev/LZW-image-compression-for-TIC

(1 edit)

Thank you, comments like yours keep me motivated to go on developing games. In the last weeks I haven't been very active in tic community because I'm really busy at work and with other projects, anyway I'm currently slowly developing another game with tic, hope I can release it soon

Go ahead, I appreciate it!

Thank you!

(2 edits)

Hi, neither I knew how to use lua when I started to develop the game. First at all, you need to know at least one programming language (better if object oriented). Then, I suggest you to study from here:

https://www.lua.org/manual/5.1/

http://lua-users.org/wiki/ObjectOrientationTutorial

these are the things that I've done before start. Of course, for the rest you need to try by yourself, so start with some basic stuff like render a sprite, move into the screen, etc.

Every time you get stuck use google to get some help. That's all :)

If you want, I've created a collision class in quest for glory. It works only with the map cells however, not with dinamic sprites

hi, if you go in the TIC page you can find the API, there's no documentation but I think that it is enough intuitive. The rest of the code is pure Lua with use of closures to get a sort of OOP. Take a look at my code, it's completely open and documented

Really a cool effect! Good job!

I've looked other people that make pixel art and tried by myself :)
Do whatever you want with sprites, but I'm sorry I'm primarily a programmer and I don't like very much to do only the art part

(1 edit)

Hi, I didn't keep track of developing time, but more or less 20 hours I think

Only a passionate. Thanks to you for TIC!

Hi,

just finished my game, Quest for Glory, a roguelike. Let me know what you think!

Quest for Glory

TIC-80 community · Created a new topic Open source

One question: have you considered to release the sources sooner or later? By the way, really a nice idea and great work!