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

Little DevilView game page

3D Platformer(Source Code) submission to Godot C# jam
Submitted by Chevifier (@Chevifier) — 1 day, 17 minutes before the deadline
Add to collection

Play game

Little Devil's itch.io page

Results

CriteriaRankScore*Raw Score
Graphics#14.0004.000
Audio#13.0003.000
Overall#23.5003.500
Fun#33.5003.500
Theme#43.2503.250

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

Leave a comment

Log in with itch.io to leave a comment.

Comments

HostSubmitted

Cool man the cape is awesome, I had to cheat to get to see some of the game, which I don't mind doing as I'd rather see the game than not. It's got a lot of stuff in here spesh for C# and 3d, thanks for submitting :)

Developer (1 edit) (+1)

I tried to include a lot of things most people would use in C#

-camera based movement(3D)

-smooth rotation to moving direction(3D)

-raycasting (in the Enemy class) to check if player is in their view

-Tween on the hand for attacking

plus I commented much of the code but not everything

Submitted

My laptop couldn't handle level 5, lagged all over the place :D 
Will try to export the game on my end see if it helps. I wish the hand would attack based on mouse position instead of directly in front of the PC, had to resort to hit and run tactics because of it ahah

Developer (1 edit)

Believe it or not I removed that code because it was giving me trouble XD

Developer

Same I did most of the Coding on an el cheapo laptop I bought roughly 4 years ago for $200(fRoM mY lOcAL wAlMArt XD). It runs fine on my workstation though.

Developer (1 edit)

BTW the exported game files is available to download. I had issues with the HTML version(maybe its something to do with the custom shaders im using lol)