Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Replogle

3
Posts
A member registered 18 days ago

Recent community posts

Even if you already know a little 6502 assembly, then you're pretty much on your way to knowing C.  Funny you mention that processor, though, as I was asked to port my game to the Commodore 64 not three weeks ago!    

I relinquished all email accounts linked to a phone number, and chose "tutamail.com" for now, but I need to wait 48 hours.  Your email is listed below.  Will be trying that after my account works.  Take care and talk to you soon.

Great.  I'll send you an email once my new account is activated.  For now, if it's okay, I'd like to attach an image of the tileset along with a list of names for each tile.  Most of 'em are your assets, some are Scroll-o-sprites, and a few are of my own creation.   You'll probably have a few question about what some of these bitmaps actually do in the game,.  If you can spare the time, let's talk and name your price.

Todd
 


TILE_BLANK 0, TILE_HERO 1, TILE_MAN 2, TILE_WOMAN 3,

TILE_CHILD 4, TILE_MERCH 5, TILE_GUARD 6, TILE_GRUNK 7,

TILE_BAT 8, TILE_VAPOR 9, TILE_SNAKE 10, TILE_BIRD 11,

TILE_CORPSE 12, TILE_BONE 13, TILE_PICK 14, TILE_SWORD 15,

TILE_MACE 16, TILE_SCEPTER 17, TILE_FOOD 18, TILE_POTION 19,

TILE_GEM 20, TILE_GOLD 21, TILE_KEY 22, TILE_ROPE 23,

TILE_WOOD 24, TILE_RAFT 25, TILE_IRON 26, TILE_PAIL 27,

TILE_TORCH 28, TILE_FIRE 29, TILE_SPARKLE 30, TILE_LOCK 31,

TILE_UNLOCK 32, TILE_HOUSE 33, TILE_DOOR 34, TILE_UP 35,

TILE_DOWN 36, TILE_HOLE 37, TILE_GRASS 38, TILE_BRUSH 39,

TILE_WATER 40, TILE_CRYSTAL 41, TILE_MOUND 42, TILE_TREE 43,

TILE_FOREST 44, TILE_MOUNTAIN 45, TILE_BOARD 46, TILE_DIRT 47,

TILE_MASON 48, TILE_TEXT 49, TILE_BRICK 50, TILE_ROCK 51

Hello!  Enjoying your 1-bit Roguelike tileset in a small game I'm working on.  The hard work getting these images to look just right definitely shows. Was wondering if you'd still be up for some custom work involving 51 16x16 pixel monochrome bitmaps under commission?  The game is somewhat unique, and is written in C and assembly language suited for microcontrollers paired with an ePaper display module.

Best wishes,

Todd Replogle