Questions tagged as '2d'

0
answers

Creating 2d Tray with Images

Hello, I'm creating a 2d board game with Js / html / CSS, With the code below I can make the text of each div move around the board, but I can not make these pieces as images ... In the codepen below you can see with the current operation:...
asked by 03.04.2018 / 19:32
1
answer

push_back in Vector 2D, issuing error "no matching function for call"

I'm a beginner in C ++ programming, so I apologize in advance. As this question is answered here , you can use std::vector , 2D ( grid) with push_back() directly ( variavel[indice].push_back(...) ) incrementing unidimensio...
asked by 01.08.2017 / 04:35