Tagged Questions
2
votes
2answers
532 views
Create Adventure Game Scene/Room/Backdrop from Real Photo
Is there a suitable software or a good tutorial for creating 2D rooms/scenery for adventure games from real photos?
Is it possible to achieve good results by using photos, or the hand-drawn style ...
-2
votes
2answers
494 views
Coding games similar to Machinarium in Java? [closed]
I wan't to see how great of an idea is to start a game project like Machinarium coded in Java. I'm not really good at Java yet, but it's the programming language I decided to go with first. Not really ...
-2
votes
1answer
689 views
Small adventure game
I'm making a small adventure game where the player can walk through Dungeons and meet scary characters:
The whole thing is 20 java classes and I'm making this a standalone frame while it could very ...
2
votes
2answers
1k views
Designing Collision Detection for 2D Rectangular Adventure/RPG
TLDR: I'm looking for an efficient way to detect collisions between irregular/small objects that are not a full tile size (like small cans) and a free-moving character in a 2D game.
I'm planning to ...
