Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

SVG Isometric tileset

Author: 
Johann C
Wednesday, January 1, 2014 - 01:59
Art Type: 
2D Art
Tags: 
svg
tileset
Isometric
License(s): 
GPL 3.0
CC0
Collections: 
  • 2D - Isometric Tiles
  • Best Isometric (iso, rhombus, diamond) Tilesets for Tilemaps
  • iNTRUDER - The nukebot
  • Isometric Tiles
  • Test
  • Tilesets and Backgrounds (PixelArt)
  • Top Down 2D Isometric 32x32 Art Collection
  • [PACKS] Complete Game
Favorites: 
20
Share Icons: 
Preview: 
Preview

SVG Isometric tileset

File(s): 
tileset.7z tileset.7z 65.8 Kb [1763 download(s)]
  • Log in or register to post comments

Comments

ldarren
joined 9 years 9 months ago
01/01/2014 - 04:09

i like your art style and it seems like a complete art assets for a game, may i know what was the intention to create this tileset? it is for what type of game?

  • Log in or register to post comments
Johann C
joined 11 years 2 months ago
03/25/2014 - 06:21

Actually, I've made 2 HTML/Javascript games with this tileset. A programming game and a sokoban game.

The first one is available here (in french). Some levels are still missing: "while" loops (like 1,2,3), recursive functions (1,2,3), or multithreading (1,2,3).

The sokoban game is not packaged (not enough levels... level design is really a pain in the neck). As I added some enhancements to the classic sokoban, I've just made levels to present those new game functionalities. For example: 1,2,3,4,5,6,7,8,9,10,11,12.

There is a huge bug concerning svg display on webkit. Chrome may have some issues with both games (I am waiting for the fix). Firefox works fine. I didn't try IE (don't think it works).

  • Log in or register to post comments
ldarren
joined 9 years 9 months ago
01/01/2014 - 05:49

nice effort and great cause! i tried both web apps on chrome Version 30.0.1599.114 on debian 7, i didn't notice any svg bug except the robot in sokoban game has scaling problem when it turns "face the player".

did you do the art and coding all by yourself?

  • Log in or register to post comments
Johann C
joined 11 years 2 months ago
01/01/2014 - 06:44

Yes, this scaling issue is the bug I was talking about. It can be clearly worse (I still didn't understand how it works... or how it doesn't work. The "face to the player" is actually the initial state of the robot, and that's just weird). Sokoban on iPad (with safari), for example, is just awful, and because of that, it is hardly playable. Anyway, the bug is opened on chromium bug tracker, so, I'm just waiting.

I made art and code.

 

  • Log in or register to post comments
Bonsaiheldin
joined 10 years 3 months ago
01/01/2014 - 08:41
Bonsaiheldin's picture

Nice graphics. They remind me of someone who said that vector graphics can be as complex as pixel ones, it's just a matter of how much work you put in. He might be right... For 2D gaming SVG itself could be the best you can have as it resizes without quality loss, so the game would look the same on every screen. But i find it complicated to make stuff like collision detection, rotating and such... The number of SVG games out there proves me right i guess. Most games are made in Canvas, so is mine. Check out the space ship and station sprites i uploaded - here and here for example. I wonder if these complex images are possible in SVG... SVG seems to be slow when thousands of objects exist at the same time - there Canvas is faster i read.

  • Log in or register to post comments
Johann C
joined 11 years 2 months ago
01/01/2014 - 10:09

For my opinion, you really can do what you want with SVG, even complex graphics.

But I agree that it is clearly harder to use SVG in games than pixel based sprites. I guess it should be possible (adobe flash uses vector graphics very well), but I don't know any good library to do this kind of stuff with SVG. Anyway, for the moment, that's not a problem for me, because :

. It allows building a lot of non-action games (where a high frame rate is not really important)

. You can easily convert SVG into bitmap (inverse is not really possible) and upgrade this export if necessary. I tried something like that for the LPC. Graphics have been done under descriptive formats (SVG and .blend, I don't even use any bitmap textures) then I exported them into bitmap format for my shoot'em up game on GNU/Linux. The result was kind of good.

 

  • Log in or register to post comments
keo
joined 8 years 11 months ago
04/19/2014 - 00:30

Hello, im new here, really im a programmer, not a designer, but i want to say to Johann C tham im working in my first project in Lua, with Gideros, and im using his graphics:

Hello Johann :)

it is a sokoban-like game, simpler than yours, hope that will like you and other gamers...

I saw the lisences and i decide to use your graphics, hope no problem with that.

The game will be free, and you'll appear as the originar graphics designer on it, thanks for your work!

Thank you in advance.

Attachments: 
  • Log in or register to post comments
isfuturebright
joined 8 years 6 months ago
09/07/2014 - 05:28

Really awesome art!

  • Log in or register to post comments
pukahead99
joined 5 years 8 months ago
08/01/2017 - 04:48

Aloha, Your game works fine on IE. Just thought I'd let you know. Mahalo

  • Log in or register to post comments
looneybits
joined 8 years 1 month ago
09/12/2018 - 08:05
looneybits's picture

Hi!!

Nice job there.
I'm using parts of this tileset in my game.

Thanks for sharing.

  • Log in or register to post comments