• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 06:35
CEST 12:35
KST 19:35
  • 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
Code S RO12 Preview: GuMiho, Bunny, SHIN, ByuN3The Memories We Share - Facing the Final(?) GSL20Code S RO12 Preview: Cure, Zoun, Solar, Creator4[ASL19] Finals Preview: Daunting Task30[ASL19] Ro4 Recap : The Peak15
Community News
Weekly Cups (May 19-25): Hindsight is 20/20?0DreamHack Dallas 2025 - Official Replay Pack8[BSL20] RO20 Group Stage2EWC 2025 Regional Qualifiers (May 28-June 1)17Weekly Cups (May 12-18): Clem sweeps WardiTV May3
StarCraft 2
General
The Memories We Share - Facing the Final(?) GSL How does the number of casters affect your enjoyment of esports? Code S RO12 Preview: GuMiho, Bunny, SHIN, ByuN Can anyone explain to me why u cant veto a matchup Karma, Domino Effect, and how it relates to SC2.
Tourneys
[GSL 2025] Code S:Season 2 - RO12 - Group B DreamHack Dallas 2025 EWC 2025 Regional Qualifiers (May 28-June 1) [GSL 2025] Code S:Season 2 - RO12 - Group A RSL: Revival, a new crowdfunded tournament series
Strategy
Simple Questions Simple Answers [G] PvT Cheese: 13 Gate Proxy Robo
Custom Maps
[UMS] Zillion Zerglings
External Content
Mutation # 475 Hard Target Mutation # 474 Futile Resistance Mutation # 473 Cold is the Void Mutation # 472 Dead Heat
Brood War
General
BW General Discussion BGH auto balance -> http://bghmmr.eu/ Will foreigners ever be able to challenge Koreans? Battle.net is not working Practice Partners (Official)
Tourneys
[ASL19] Grand Finals [BSL20] RO20 Group D - Sunday 20:00 CET [BSL20] RO20 Group B - Saturday 20:00 CET Small VOD Thread 2.0
Strategy
I am doing this better than progamers do. [G] How to get started on ladder as a new Z player
Other Games
General Games
A Glimpse Into Dune Awakening’s Endgame with U4GM Path of Exile Nintendo Switch Thread Monster Hunter Wilds Beyond All Reason
Dota 2
lawless labs myosarm sarm yk-11 Official 'what is Dota anymore' discussion
League of Legends
LiquidLegends to reintegrate into TL.net
Heroes of the Storm
Simple Questions, Simple Answers
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
Vanilla Mini Mafia TL Mafia Community Thread TL Mafia Plays: Diplomacy TL Mafia: Generative Agents Showdown Survivor II: The Amazon
Community
General
Russo-Ukrainian War Thread U4GM: Unlocking New Atlas Features in POE 3.26 Things Aren’t Peaceful in Palestine US Politics Mega-thread All you football fans (soccer)!
Fan Clubs
Serral Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion!
Sports
2024 - 2025 Football Thread NHL Playoffs 2024 Formula 1 Discussion NBA General Discussion
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread Cleaning My Mechanical Keyboard How to clean a TTe Thermaltake keyboard?
TL Community
The Automated Ban List TL.net Ten Commandments
Blogs
Need Your Help/Advice
Glider
Trip to the Zoo
micronesia
Yes Sir! How Commanding Impr…
TrAiDoS
Poker
Nebuchad
Info SLEgma_12
SLEgma_12
SECOND COMMING
XenOsky
WombaT’s Old BW Terran Theme …
WombaT
Customize Sidebar...

Website Feedback

Closed Threads



Active: 14280 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
Road to EWC
10:00
Asia Closed Qualifiers
RotterdaM534
3DClanTV 99
Liquipedia
Road to EWC
09:00
Korea Open Qualifiers #1
CranKy Ducklings47
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 534
StarCraft: Brood War
Calm 7201
Rain 4356
Bisu 3092
Shuttle 3060
GuemChi 440
Mini 151
Killer 146
EffOrt 146
ZerO 114
Rush 96
[ Show more ]
ToSsGirL 93
Aegong 67
Mind 43
sSak 29
NaDa 22
Shinee 18
SilentControl 17
GoRush 16
IntoTheRainbow 11
Noble 11
ajuk12(nOOB) 9
Barracks 7
Movie 4
Hm[arnc] 2
Dota 2
Dendi3272
XcaliburYe686
PGG 294
Fuzer 143
Counter-Strike
olofmeister2641
shoxiejesuss790
allub112
Heroes of the Storm
Khaldor204
Other Games
ceh9670
XBOCT416
Happy382
XaKoH 226
crisheroes140
Mew2King55
KnowMe50
QueenE26
ZerO(Twitch)12
Organizations
Other Games
gamesdonequick643
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• StrangeGG 28
• IndyKCrew
• AfreecaTV YouTube
• intothetv
• Kozan
• sooper7s
• LaughNgamezSOOP
• Migwel
StarCraft: Brood War
• Rasowy 7
• RaNgeD 7
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• WagamamaTV475
• lizZardDota2339
League of Legends
• Stunt1072
Upcoming Events
Road to EWC
11h 25m
Road to EWC
22h 25m
Road to EWC
1d 5h
BSL Season 20
1d 7h
Sziky vs Razz
Sziky vs StRyKeR
Sziky vs DragOn
Sziky vs Tech
Razz vs StRyKeR
Razz vs DragOn
Razz vs Tech
DragOn vs Tech
Online Event
1d 17h
Clem vs ShoWTimE
herO vs MaxPax
Road to EWC
1d 22h
BSL Season 20
2 days
Bonyth vs Doodle
Bonyth vs izu
Bonyth vs MadiNho
Bonyth vs TerrOr
MadiNho vs TerrOr
Doodle vs izu
Doodle vs MadiNho
Doodle vs TerrOr
Replay Cast
2 days
Replay Cast
3 days
Replay Cast
3 days
[ Show More ]
The PondCast
5 days
Replay Cast
6 days
Liquipedia Results

Completed

Proleague 2025-05-28
DreamHack Dallas 2025
Calamity Stars S2

Ongoing

JPL Season 2
BSL Season 20
KCM Race Survival 2025 Season 2
NPSL S3
Rose Open S1
CSL Season 17: Qualifier 1
2025 GSL S2
Heroes 10 EU
ESL Impact League Season 7
IEM Dallas 2025
PGL Astana 2025
Asian Champions League '25
ECL Season 49: Europe
BLAST Rivals Spring 2025
MESA Nomadic Masters
CCT Season 2 Global Finals
IEM Melbourne 2025
YaLLa Compass Qatar 2025
PGL Bucharest 2025
BLAST Open Spring 2025

Upcoming

CSL Season 17: Qualifier 2
CSL 17: 2025 SUMMER
Copa Latinoamericana 4
CSLPRO Last Chance 2025
CSLAN 2025
K-Championship
SEL Season 2 Championship
Esports World Cup 2025
HSC XXVII
Championship of Russia 2025
Bellum Gens Elite Stara Zagora 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
BLAST.tv Austin 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.