Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Life In 2 DimensionsView game page

GameDev.tv Game Jam 2023
Submitted by PanyiP — 1 day, 11 hours before the deadline
Add to collection

Play game

Life In 2 Dimensions's itch.io page

Results

CriteriaRankScore*Raw Score
Theme#5412.5024.333
Fun#9011.1552.000
Music#9060.5771.000
Sound#9100.5771.000
Aesthetics#9191.1552.000
Story#9280.5771.000
Mechanics#9490.7701.333

Ranked from 3 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

How many people worked on this game total?
1

Did you use any existing assets? If so, list them below.
Pixel art from Ansimuz Games (https://ansimuz.com/site/)

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted (1 edit)

That was a good game but the size of the game is too larg hope you can fix it.

Submitted

Great job on creating and finishing a game!

It's cool that you were able to make 2D and 3D aspect in the game.

With the asset packs you get a lot of files which make your project very large.

You probably don't use all the files.

An easy way to initially reduce the project size, is to:

1. create a new blank project

2. migrate over the map from your current project to the content folder of the blank project. This way only the related files which are used will be migrated. So you'll only use the files that the project needs.

3. Settings such as the project settings won't be migrated over. So, you wanna check these settings. This includes settings like the default game mode and map.

Good luck on your gamedev journey!

Submitted(+1)

Cool! There's only one(or two) short level(s) but I'm pretty sure you were learning the engine while you were making this so it's excusable. One thing I'd consider is probably not to use Unreal Engine for games like this, because it's like using the world's largest sword to a cherry tomato lol. It was listed as 500 MB on DropBox, and listed as 1.6 GB when I downloaded it (which is Unreal's fault not yours), which is definitely more than needed for the game, and my computer had to restart & almost crashed trying to run it. Replacements like Unity or Godot usually work fine. But you can see there was effort put in!

Developer

Thank you very much for having a look on what I created!
You are absolutely right. Making games like this in UE5 is like hunting with cannons. :) I choose the engine first because  I am learning it. I am not making excuses just explaining the reason behind the choice.
This was a great learning opportunity and I learned a lot. Thanks again your time and efforts for trying out what I did.