dev-resources.site
for different kinds of informations.
Pokemon Battle Simulator/Showdown Clone Devlog#0
Published at
7/22/2024
Categories
java
devlog
gamedev
Author
mahfy3w
Author
7 person written this
mahfy3w
open
Intro
This is a random devlog that I use to keep track of random things, and also as a time capsule for idk
The project is, as the title suggests, is a Pokemon Battle Simulator written in Java. It will be an offline one, only using AI as the second player. Multiplayer functionality is not intended to be made.
Prologue
Dang, why did I just think of making a devlog now? Should’ve done it since the beginning or whatever.
If you’re reading this, welcome! Feel free to leave any feedback. Criticism is really needed. Heck, any comment is appreciated, as long as it’s specific so I know which part of it is good/bad.
Progress so far:
- Made basic stat calculations from name, IVs, EVs and nature.
- Basic move calculations with only damage, with type effectiveness, STAB, crit and random[0.85, 1.00]
- That’s it ig?
Project Structure (at the time of writing this):
public class Pokemon
// calls pokemon.csv for initialization
: all stats (hp, attack, defense, specialAttack, specialDefense, speed)
class BattlePokemon extends Pokemon
: effective stats for each stat
: accuracy and evasion
: stat changes (array)
// only initialized in battle
public class Move
// calls moves.csv for initialization
: power, accuracy, PP
f() apply
f() calculate damage
f() handle effects
class TypeChart
// is used by f() calculate type multiplier
// calls typechart.csv for type chart
public class Battle
// does nothing rn
f() turn // does nothing as well
devlog Article's
30 articles in total
My Study Schedule for 2025
read article
My (highly caffeinated) journey to unlock the hidden knowledge of AI.
read article
How to Impress Passengers and Earn Rewards in Cabin Crew Life Simulator - Devlog #7
read article
How to Quickly Level Up and Earn Money in Cabin Crew Life Simulator - devlog#6
read article
Turning VSCode Into an Art Program (sorta)
read article
Ranking System and Career Progression in Cabin Crew Life Simulator - Devlog #5
read article
DEVLOG[0]: Journey into making no-code Flutter IDE
read article
Decoding Airplane Seat Mysteries in Cabin Crew Life Simulator - Devlog#4
read article
BandBoard App
read article
Exploring the Galley of Cabin Crew Life Simulator – Inside the Aircraft Cabin - Devlog #2
read article
DevLog 1: 10/15/2024 Desguon Room
read article
How I built PeerSplit: A free, peer-to-peer expense-splitting app—from idea to launch in just 2 weeks
read article
Сентябрьское обновление
read article
I'm Starting a dev log
read article
KrissVector Update
read article
Minecraft Modpack Development Update: Beta Test and Musical Additions
read article
My Dream Game Engine
read article
I made a Infinite Tic Tac Toe , and its amazin....
read article
Pokemon Battle Simulator/Showdown Clone Devlog#0
currently reading
Maiu Online - Browser MMORPG #indiegamedev #babylonjs Ep22 - Map editor
read article
#babylonjs Browser MMORPG #indiegamedev Ep21 - Spatial Hash Grid Area of Interest
read article
Pathfinding
read article
Let's create an Opensource Headless E-learning using Symfony
read article
Dev Log D-05&06. Forward Propagation Implemented.
read article
RuntDeale DevLog : ...1?
read article
1. Building an RTS game in Unity - Basic Unit Navigation and selection tool
read article
Architecture design of my game My Pixel Plant
read article
Failure and fit
read article
Luna Compiler Devlog #1
read article
Context and complexities
read article
Featured ones: