• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 09:21
CET 15:21
KST 23:21
  • 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
RSL Season 3 - RO16 Groups A & B Preview1TL.net Map Contest #21: Winners11Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting12
Community News
[TLMC] Fall/Winter 2025 Ladder Map Rotation10Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA8StarCraft, SC2, HotS, WC3, Returning to Blizzcon!45$5,000+ WardiTV 2025 Championship7
StarCraft 2
General
RSL Season 3 - RO16 Groups A & B Preview [TLMC] Fall/Winter 2025 Ladder Map Rotation Mech is the composition that needs teleportation t Weekly Cups (Nov 3-9): Clem Conquers in Canada Craziest Micro Moments Of All Time?
Tourneys
RSL S3 Round of 16 Constellation Cup - Main Event - Stellar Fest Tenacious Turtle Tussle Master Swan Open (Global Bronze-Master 2) Sparkling Tuna Cup - Weekly Open Tournament
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection
Brood War
General
FlaSh on: Biggest Problem With SnOw's Playstyle [ASL20] Ask the mapmakers — Drop your questions BW General Discussion Terran 1:35 12 Gas Optimization BGH Auto Balance -> http://bghmmr.eu/
Tourneys
[Megathread] Daily Proleagues Small VOD Thread 2.0 [BSL21] RO32 Group D - Sunday 21:00 CET [BSL21] RO32 Group C - Saturday 21:00 CET
Strategy
Current Meta PvZ map balance How to stay on top of macro? Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Should offensive tower rushing be viable in RTS games? Nintendo Switch Thread Stormgate/Frost Giant Megathread EVE Corporation Path of Exile
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Canadian Politics Mega-thread The Games Industry And ATVI
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread Movie Discussion! Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Dyadica Gospel – a Pulp No…
Hildegard
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1932 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
Kung Fu Cup
12:00
2025 Monthly #3: Day 2
Reynor vs ShoWTimELIVE!
RotterdaM877
IndyStarCraft 175
SteadfastSC168
IntoTheiNu 89
TKL 82
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 877
Reynor 322
Lowko285
IndyStarCraft 175
SteadfastSC 168
Rex 136
TKL 82
BRAT_OK 36
StarCraft: Brood War
Calm 5070
JYJ3058
Free 1782
Bisu 1690
Sea 1599
Horang2 894
firebathero 462
Rush 356
Soulkey 198
Leta 196
[ Show more ]
hero 97
Barracks 89
Backho 68
Sea.KH 53
Aegong 50
ToSsGirL 50
sSak 43
zelot 27
Terrorterran 12
ajuk12(nOOB) 10
Dota 2
qojqva2755
Dendi1196
Gorgc727
XcaliburYe150
febbydoto13
Counter-Strike
markeloff93
Other Games
B2W.Neo1082
hiko408
crisheroes378
Hui .204
Sick170
Fuzer 163
DeMusliM55
QueenE51
Organizations
StarCraft: Brood War
Kim Chul Min (afreeca) 8
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
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• C_a_k_e 1767
League of Legends
• TFBlade388
• HappyZerGling122
Other Games
• WagamamaTV312
Upcoming Events
PiGosaur Monday
10h 40m
RSL Revival
19h 40m
Classic vs Creator
Cure vs TriGGeR
Kung Fu Cup
21h 40m
GuMiho vs MaNa
herO vs TBD
Classic vs TBD
CranKy Ducklings
1d 19h
RSL Revival
1d 19h
herO vs Gerald
ByuN vs SHIN
Kung Fu Cup
1d 21h
IPSL
2 days
ZZZero vs rasowy
Napoleon vs KameZerg
BSL 21
2 days
Tarson vs Julia
Doodle vs OldBoy
eOnzErG vs WolFix
StRyKeR vs Aeternum
Sparkling Tuna Cup
2 days
RSL Revival
2 days
Reynor vs sOs
Maru vs Ryung
[ Show More ]
Kung Fu Cup
2 days
WardiTV Korean Royale
2 days
BSL 21
3 days
JDConan vs Semih
Dragon vs Dienmax
Tech vs NewOcean
TerrOr vs Artosis
IPSL
3 days
Dewalt vs WolFix
eOnzErG vs Bonyth
Replay Cast
3 days
Wardi Open
3 days
Monday Night Weeklies
4 days
WardiTV Korean Royale
4 days
The PondCast
5 days
Replay Cast
6 days
RSL Revival
6 days
Liquipedia Results

Completed

Proleague 2025-11-07
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
RSL Revival: Season 3
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual

Upcoming

SLON Tour Season 2
BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
META Madness #9
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 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.