• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 22:06
CET 04:06
KST 12:06
  • 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
Intel X Team Liquid Seoul event: Showmatches and Meet the Pros9[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3
Community News
Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win62025 RSL Offline Finals Dates + Ticket Sales!10BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION3Crank Gathers Season 2: SC II Pro Teams12Merivale 8 Open - LAN - Stellar Fest5
StarCraft 2
General
RotterdaM "Serral is the GOAT, and it's not close" Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win Weekly Cups (Oct 13-19): Clem Goes for Four DreamHack Open 2013 revealed Intel X Team Liquid Seoul event: Showmatches and Meet the Pros
Tourneys
SC4ALL $6,000 Open LAN in Philadelphia Crank Gathers Season 2: SC II Pro Teams Merivale 8 Open - LAN - Stellar Fest Kirktown Chat Brawl #9 $50 8:30PM EST 2025 RSL Offline Finals Dates + Ticket Sales!
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ Ladder Map Matchup Stats What's going on with b.net? Map pack for 3v3/4v4/FFA games BW General Discussion
Tourneys
BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION [ASL20] Grand Finals Small VOD Thread 2.0 The Casual Games of the Week Thread
Strategy
PvZ map balance How to stay on top of macro? Current Meta Soma's 9 hatch build from ASL Game 2
Other Games
General Games
General RTS Discussion Thread Path of Exile Stormgate/Frost Giant Megathread Nintendo Switch Thread The Perfect Game
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
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Dating: How's your luck? US Politics Mega-thread Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread Canadian Politics Mega-thread
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
MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion 2024 - 2026 Football Thread NBA General Discussion
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 Recent Gifted Posts
Blogs
Challenge: Maths isn't all…
Hildegard
more word salad -- pay no h…
Peanutsc
Career Paths and Skills for …
TrAiDoS
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1489 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
SC4ALL
15:00
SC4ALL - Day 2
TriGGeR vs MixuLIVE!
Percival vs TBD
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RuFF_SC2 188
ProTech106
Nina 81
StarCraft: Brood War
Calm 10807
Noble 70
HiyA 44
Hm[arnc] 3
Dota 2
monkeys_forever845
NeuroSwarm56
LuMiX1
League of Legends
JimRising 990
Super Smash Bros
hungrybox1498
Mew2King24
Heroes of the Storm
Khaldor105
Other Games
summit1g13166
C9.Mang0308
WinterStarcraft301
Maynarde148
ViBE58
Organizations
Other Games
gamesdonequick2184
Counter-Strike
PGL161
Other Games
BasetradeTV38
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• Hupsaiya 75
• davetesta66
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Rush584
Upcoming Events
Replay Cast
5h 54m
Wardi Open
8h 54m
Monday Night Weeklies
13h 54m
Replay Cast
19h 54m
Sparkling Tuna Cup
1d 6h
WardiTV Korean Royale
1d 8h
LAN Event
1d 11h
Replay Cast
2 days
WardiTV Korean Royale
2 days
LAN Event
2 days
[ Show More ]
OSC
2 days
The PondCast
3 days
LAN Event
3 days
Replay Cast
3 days
LAN Event
4 days
Korean StarCraft League
4 days
CranKy Ducklings
5 days
WardiTV Korean Royale
5 days
LAN Event
5 days
IPSL
5 days
dxtr13 vs OldBoy
Napoleon vs Doodle
Replay Cast
5 days
Sparkling Tuna Cup
6 days
WardiTV Korean Royale
6 days
LAN Event
6 days
IPSL
6 days
JDConan vs WIZARD
WolFix vs Cross
Liquipedia Results

Completed

BSL 21 Points
SC4ALL: StarCraft II
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
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
Esports World Cup 2025

Upcoming

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