• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 10:28
CEST 16:28
KST 23:28
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Team TLMC #5 - Finalists & Open Tournaments0[ASL20] Ro16 Preview Pt2: Turbulence6Classic Games #3: Rogue vs Serral at BlizzCon9[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12
Community News
Weekly Cups (Sept 8-14): herO & MaxPax split cups3WardiTV TL Team Map Contest #5 Tournaments1SC4ALL $6,000 Open LAN in Philadelphia7Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues29LiuLi Cup - September 2025 Tournaments3
StarCraft 2
General
#1: Maru - Greatest Players of All Time Team Liquid Map Contest #21 - Presented by Monster Energy Weekly Cups (Sept 8-14): herO & MaxPax split cups SpeCial on The Tasteless Podcast Team TLMC #5 - Finalists & Open Tournaments
Tourneys
Sparkling Tuna Cup - Weekly Open Tournament WardiTV TL Team Map Contest #5 Tournaments Maestros of The Game—$20k event w/ live finals in Paris RSL: Revival, a new crowdfunded tournament series SC4ALL $6,000 Open LAN in Philadelphia
Strategy
Custom Maps
External Content
Mutation # 491 Night Drive Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ [ASL20] Ro16 Preview Pt2: Turbulence Diplomacy, Cosmonarchy Edition BW General Discussion ASL20 General Discussion
Tourneys
[ASL20] Ro16 Group D [ASL20] Ro16 Group C [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread General RTS Discussion Thread Nintendo Switch Thread Borderlands 3
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Canadian Politics Mega-thread Russo-Ukrainian War Thread The Big Programming Thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
The Personality of a Spender…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1289 users

Game making progress -part 11-

Blogs > shannn
Post a Reply
shannn
Profile Blog Joined May 2010
Netherlands2891 Posts
March 28 2012 19:36 GMT
#1
Hello everyone!

It's time for a new update on my game making progress after 5 weeks of no new blog updates!
It's going to be a very big blog but I'll try to make it easy to read for the dear readers and / or followers

I didn't have much time to work on the project as I'd like to and planned. Spent about 80 hours a week on work and every spare time I spent it on programming the game because there has been extra work.
My motivation is still as high as ever though. I enjoy programming every part of it

Previous blogs about game making
(From newest to oldest)
- Game making progress -part 10-2012-02-18
- Game making progress -part 9- 2012-02-13
- Game making progress, almost done 2012-02-07
- Game making progress 2012-02-04
- Game making progress, school 2012-02-02
- School & game making progress 2012-01-31
- Math genius needed for game making 2012-01-11
- Making a game, progress 2012-01-06
- What makes a game interesting? 2012-01-03
- A new beginning 2011-12-31

Contents of blog:
- Data storage
- Level structure & Text alerts
- Player controls
- Battle music and sound effects
- Upcoming implementations
- Gallery


Data storage
In my previous blog (game making part 10 see above for link) I said that I'd use property lists (Definition: A property list is a structured data representation used by Cocoa and Core Foundation as a convenient way to store, organize, and access standard types of data. Link).
I've managed to load data into battles / save the game and more using these property lists.

I've also implemented new functions that makes use of the property lists (more of this later).

Level structure & Text alerts
I've made a test level which you can see below in the screenshots.
I've implemented a customized joystick which the user can control the player (red dot/character in later screenshots) on screen and also implemented a way so that you get to see text from talking to NPC, opening treasures or other text alerts.

Here are some screenshots of the level which was for testing purposes.

[image loading]
First level with some basic tiles and a customized joystick.

[image loading]
The same level as above except this is with a text box. After clicking the screen.

[image loading]
This one shows text after touching the blue textbox.

[image loading]
This is a new level with treasures and items/gold and even a surprise battle in them! Also used standard joystick.

[image loading]
Used a random startup screen with text fading in and out on screen.
Might use some animation on the startup screen in the future but for now I've only implemented a background I found on the internet.

[image loading]
After touching the mainscreen buttons will appear.
For now I haven't put any text in the buttons.
For some clarification, the 1st button is the button for new game and the second button is to go back to the mainscreen without buttons (see previous image).

[image loading]
The new level with treasures and an action button! You need to press this button in order to talk/open treasures and activate events etc.

[image loading]
Look! After going to the first treasure and clicked the action button you get to see what is in the treasure

Player controls
As you have already noticed in the above screenshots, I've implemented a joystick and an action button. Right now I've only implemented 2 buttons but more buttons could be implemented (although I don't know why I would for this game).

The player controls animates the character on the screen and moves the player across the map.
It's movement is a bit like blocky and I'll be refining the movements later on.

Battles, music and sound effects
That's right! What's a battle without any music and sound effects
I've managed to implement music and sound effects.
The music will be played according to the data that is stored on the property list files (see data storage section). I can set up as many songs I like for a specific battle and/or a random battle.

The only sound effect I have right now is that of touching the buttons.
Future sound effects will be for casting spells / opening treasures / game over / winning a battle / level up / outside battles etc.

Also implemented the text alert for in battles. See below image.

[image loading]
Battle screen with text! Info on the screen speaks for itself I think

Furthermore I've now also made it possible to have random battles when you step into a certain type of area (in the screenshots it's the grass but it could be anything). Also battles can be spawned from opening treasures / talking to NPCs.

Upcoming implementations
What will I be focussing in the upcoming weeks:

- Story
- Cutscenes
- Randomizing text chat from NPC's
- Item shops
- Class trainers with skills
- Puzzles for in and outside dungeons
- Implementing puzzles to select a player class (a player will not choose his own class rather the class will be determined by the way the player *solves* the puzzles he gets thrown at him in game).
- Refining player movement and formulas.
- Coming up with spells / items / NPC's
- Coming up with beta test

So far I think I've got the biggest hurdles behind me now.
My first game is slowly becoming a reality
Judging from the progress so far I can release the game in the summer which was originally planned

Gallery
Here's the gallery of all the above screenshots if you wish to see them again (Link).

If you have any feedback, please don't hesitate to leave them here or PM me if you'd like

**
http://www.teamliquid.net/forum/viewpost.php?post_id=6321864 Epic post.
Praetorial
Profile Blog Joined May 2011
United States4241 Posts
March 28 2012 20:50 GMT
#2
Was this created in Gamemaker? Because I am developing a project in this as well!

I've only been working on mine for a short while, though, and yours is just infinitely better.
FOR GREAT JUSTICE! Bans for the ban gods!
shannn
Profile Blog Joined May 2010
Netherlands2891 Posts
March 28 2012 21:00 GMT
#3
On March 29 2012 05:50 Praetorial wrote:
Was this created in Gamemaker? Because I am developing a project in this as well!

I've only been working on mine for a short while, though, and yours is just infinitely better.

Nope, this is done in Xcode for iOS with the Cocos2D engine.
Not sure what language Gamemaker uses but I'm doing it in Objective C.
Some placeholders are from Gamemaker though (won't use it at release, just for placeholders).
http://www.teamliquid.net/forum/viewpost.php?post_id=6321864 Epic post.
Bobbias
Profile Blog Joined March 2008
Canada1373 Posts
March 29 2012 06:45 GMT
#4
On March 29 2012 06:00 shannn wrote:
Show nested quote +
On March 29 2012 05:50 Praetorial wrote:
Was this created in Gamemaker? Because I am developing a project in this as well!

I've only been working on mine for a short while, though, and yours is just infinitely better.

Nope, this is done in Xcode for iOS with the Cocos2D engine.
Not sure what language Gamemaker uses but I'm doing it in Objective C.
Some placeholders are from Gamemaker though (won't use it at release, just for placeholders).


Programmer art: What happens when a programmer does art when that is quite obviously not their major skill

Good on you for keeping with this thing. I feel like the worst part of moving from Java to Objective C is the bizarre (to me) conventions for objects and methods... Conceptually it's pretty similar to java but with vastly different syntax things feel weird (especially if you're not used to learning other programming languages).

I haven't really worked with Objective C though, I prefer C# (like java meets C++!) but it doesn't work for iPhone development.

Also, why are your images so blurry?
shannn
Profile Blog Joined May 2010
Netherlands2891 Posts
March 29 2012 11:57 GMT
#5
On March 29 2012 15:45 Bobbias wrote:
Show nested quote +
On March 29 2012 06:00 shannn wrote:
On March 29 2012 05:50 Praetorial wrote:
Was this created in Gamemaker? Because I am developing a project in this as well!

I've only been working on mine for a short while, though, and yours is just infinitely better.

Nope, this is done in Xcode for iOS with the Cocos2D engine.
Not sure what language Gamemaker uses but I'm doing it in Objective C.
Some placeholders are from Gamemaker though (won't use it at release, just for placeholders).


Programmer art: What happens when a programmer does art when that is quite obviously not their major skill

Good on you for keeping with this thing. I feel like the worst part of moving from Java to Objective C is the bizarre (to me) conventions for objects and methods... Conceptually it's pretty similar to java but with vastly different syntax things feel weird (especially if you're not used to learning other programming languages).

I haven't really worked with Objective C though, I prefer C# (like java meets C++!) but it doesn't work for iPhone development.

Also, why are your images so blurry?

I know what you mean

I've only been taught Java at college so I know what you mean with feeling weird learning new languages.

The images are so blurry at times because of the phone itself. Some are retina and some are non-retina :p
Programming in 2 resolutions is quite the task
http://www.teamliquid.net/forum/viewpost.php?post_id=6321864 Epic post.
Bobbias
Profile Blog Joined March 2008
Canada1373 Posts
March 29 2012 19:40 GMT
#6
Ahh.

I've been programming for fun for years (I did take some programming lasses in highschool that taught Java though) and through the years I've learned plenty of new languages (none all that well, but I can seamlessly move between different syntax now) so I no longer feel weird when learning to write in a new syntax, but I remember the first few times I learned another language and it felt really awkward to be using the same idealized approach to solve something, but having to write it differently based on how the syntax of the new language worked.

After learning a few new languages that feeling went away though. In highschool for fun I joined a programming contest, but instead of using Java or VB (the languages that were covered in the highschool classes) or C++ (the first language I learned) I attempted them in Turing (a language meant primarily for teaching that used to be covered before they switched to Java for the advanced programming classes)... I never programmed in Turing before, but because I'd gotten used to learning languages (I'd also experimented with PHP by that point), so all I needed to do was quickly learn the syntax about 10 minutes before starting, and keep the help file open in case I needed to look up a function I didn't know,

So if you continue to learn new languages throughout your career, you'll hit a point where programming in a new language really isn't a big deal at all. This is great because then you can stop worrying about the syntax and worry about the programming approach independent of which language you're using.
Please log in or register to reply.
Live Events Refresh
OSC
13:00
King of the Hill #225
iHatsuTV 17
Liquipedia
2v2
11:00
TLMC $500 2v2 Open Cup
WardiTV616
IndyStarCraft 198
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
IndyStarCraft 195
ProTech91
Creator 73
Codebar 43
StarCraft: Brood War
Calm 8920
Rain 4034
Bisu 3079
GuemChi 2746
Flash 2254
Hyuk 2093
Zeus 1640
Horang2 1501
PianO 1464
EffOrt 892
[ Show more ]
Mini 618
BeSt 553
firebathero 542
ZerO 178
Snow 173
Soulkey 157
Hyun 130
Aegong 114
ggaemo 93
Backho 89
hero 87
Pusan 71
Mind 67
JYJ66
Rush 63
Sea.KH 59
Mong 54
Movie 53
soO 46
sorry 25
Free 24
sas.Sziky 24
Yoon 21
Sacsri 18
IntoTheRainbow 11
ajuk12(nOOB) 10
Terrorterran 10
HiyA 9
SilentControl 7
Hm[arnc] 7
Noble 5
Dota 2
Gorgc6158
singsing4006
qojqva2813
Dendi1748
Fuzer 257
XcaliburYe161
Counter-Strike
byalli780
zeus668
markeloff153
oskar107
edward25
Other Games
hiko1559
B2W.Neo887
crisheroes404
Lowko300
Hui .245
Happy190
RotterdaM114
QueenE78
FunKaTv 46
NeuroSwarm43
Trikslyr37
ToD31
ZerO(Twitch)3
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 14 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• Michael_bg 2
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• WagamamaTV418
League of Legends
• Nemesis5360
• TFBlade583
Upcoming Events
PiGosaur Monday
9h 32m
LiuLi Cup
20h 32m
RSL Revival
1d 19h
Maru vs Reynor
Cure vs TriGGeR
The PondCast
1d 22h
RSL Revival
2 days
Zoun vs Classic
Korean StarCraft League
3 days
BSL Open LAN 2025 - War…
3 days
RSL Revival
3 days
BSL Open LAN 2025 - War…
4 days
RSL Revival
4 days
[ Show More ]
Online Event
5 days
Wardi Open
5 days
Sparkling Tuna Cup
6 days
Liquipedia Results

Completed

Proleague 2025-09-10
Chzzk MurlocKing SC1 vs SC2 Cup #2
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1

Upcoming

2025 Chongqing Offline CUP
BSL World Championship of Poland 2025
IPSL Winter 2025-26
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
Stellar Fest
SC4ALL: StarCraft II
EC S1
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.