On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

B-cut

3
Posts
1
Topics
39
Following
A member registered Jan 30, 2020 · View creator page →

Creator of

Recent community posts

Oops, i'm reuploading rn

I don't know how to make Devlogs and English is not my first language, so i apologize for any typo/weird sentences.

Presentation

Hi there, my name's Kayla, second year CS student. This is my first time in a Game Jam, also the first time using a Game Engine, also also my first real project i'd say. I only became aware of this jam a couple days ago and personal reasons got in the way in the last days, so today is really my day 1 of making an actual game.


The Game

My game is a little turn-based Rogue-like called Cold Forest. 

I decided to do a roguelike because it seemed like a good fit for me, no complicated physics, no animation, and i can get away with using ASCII instead of actual textures. 

Godot is my engine of choice. At first i thought about using C++ and libtcod/SDL2, but then i realised that there's only so much i can do with C++. Learning a engine would be better in the long term, so i went with Godot because it's very lightweight and entirelly free. I've been liking the engine so far.

My core mechanic is the Warmth system. Every tick(not-yet-determined time measurement) a percentage of your Warmth is lost. Warmth works like an stamina system of sorts, low Warmth makes you slower and less accurate, in the same way, high Warmth makes your movements faster and attacks more accurate. If your Warmth hits 0%, your health starts quickly depleting until you die. There's no limit to how high your Warmth can be. Warmth can be regained by staying adjacent to heat sources(e.g. Lamps or torchs) or by getting fur from dead enemies. Dead enemies can also provide health restoring meat and the fur that drops from dead enemies could be used to improve Warmth retaining.

Other than that, i think i have a really basic rogue-like experience.


DAY 1

Today was kind of a slow day. I only really implemented the basics, textures, player movement and a base to implement the procedural map generation and mob spawning. Warmth isn't a thing yet, but maybe tomorrow i will have a base for it. Collision is also implemented.



I'm concerned about the tiles size, right now i'm using libtcods terminal texture, that's 8x8p. I will probably look into bigger fonts by tomorrow.

I think it's also worth mentioning that i'm following this tutorial: https://github.com/YeOldeDM/lets-godot-roguelike/. It kinda fells like i'm cheating by doing that, but i'd rather save some time instead of bumping around without knowing what to do.

That's it for today, until tomorrow. 

1. Hi there! What's your name? Want to introduce yourself?

Hi there! My name is Kayla, Computer Science student at moment. I really enjoy gaming, anime, and cartoons mainly. I'm from Brazil, so not native english speaker, and trying to experiment with game development as a potential career in the future.

2. Did you participate in the last jam we held? If so, what do you plan on doing better this time? If not, what's your reason for joining?

No, this is my first jam. I'm joining because i want to learn more about game development and develop my programming skills.

3. What games are your favorites? Did any of them inspire you, or made you want to make your own?

I would say that civilization V, Celeste, Persona 5, the Tekken, and the borderlands series are my favorites at the moment, at least they are the ones that i sank more hours in. I wouldn't say that an specific inspired me, i've been playing all kind of games since i was a child and i think that the presence of games in my life is what really inspired me.

4. Do you have experience with game development? What did you do/with what engine?

Not at all. I do have some experience with c++ mainly, though i don't have any really major project. This game is my biggest project so far.

5. Tell us about something you're passionate about!

Games of course. I enjoy all kinds of games from tabletops to videogame(though i'm not that good in any), but mainly RPGs, turn-based strategy and fighting games.

6. What are your goals for this game jam?

My goals are to learn more about game development and improve my programming skills mainly. But doing at least a base for a real piece of software is a more concrete goal.