Jordan Bonser
  • Home
  • CV
  • University Work
    • Second Year Work >
      • Top-Down Shooter
    • Third Year Work >
      • Terrain Analysis Project >
        • Terrain Analysis Tool
        • Game Demonstration
      • Post Processing
      • Android Application - Sports Centre
  • Projects
    • Unity Development >
      • Lerpz Tutorial
      • Dare to be Digital Entry - "Lit"
      • Unity Game
    • Geometry Instancing
    • Road to Eldorado
    • Level Editor
    • OpenGL Work
    • JBEngine
  • Blog
  • Tutorials
    • Flask Session Timeout

Development Blog

Road to Eldorado - Improved Gameplay

26/8/2012

0 Comments

 
Over the past few days I've worked on implementing some better gameplay as it simply wasn't challenging enough. I've managed to implement some objects that have to be avoided otherwise you lose a life and respawn at the last checkpoint. The objects are supposed to be tumbleweed, which was actually my mothers idea. I have got Cube placeholders at the moment as I haven't managed to get any models created yet. 

I have also made a level class to deal with multiple levels so there will soon be many more levels, each increasing in difficulty. Anyway here is the game as it stands:
Okay, so I am now in desperate need of some new models and sounds and I will be getting that done fairly shortly. I will also be implementing many new levels. This will mean I will have to adapt the highscores table to take level and lives into account. Although this project has been really fun I am starting to feel like this project is coming to a close. I think within then next few weeks I will finish this game off and begin a new project, or try implementing the full matrix instancing again.

Peace out :)
0 Comments

Road to Eldorado - Adding Features

7/8/2012

0 Comments

 
Whilst I was away in Ireland I worked on my Road to Eldorado mini game. The first thing I changed was allowing the Instancing to work with any of the render methods as before it was only working for one. This caused errors for example the gems were actually only supposed to be one colour but as it was using the render method that needed a texture ,then it used whichever texture that was on the model that was rendered just before it. So for example the cactus texture was being used on the gems which was completely wrong. 

After doing this I started adding features to the game such as a speed multiplier that changed the speed of the car and the speed of movement from side to side. This was altered by the use of checkpoints throughout the level. Every time the player passed a checkpoint then the speed would be increased. This made the game much more appealing and also slightly challenging. Anyway here is the video: 

I also started work on a high scores system which would be used at the end of the level to insert your own name and this would be exported to a text file. The text input part is working and the name and score are exported but there is still work to do on this. 

The next main part is to parse the file calculating the scores and then inserting the new score at the right point. I also need to output the high scores table to the screen. It does seem that by adding a high scores system I am edging closer and closer to having to create a proper front end :)
0 Comments

    Archives

    May 2020
    April 2020
    January 2020
    November 2019
    October 2019
    September 2019
    July 2019
    June 2019
    May 2019
    April 2019
    March 2019
    February 2019
    August 2018
    July 2018
    June 2018
    March 2018
    January 2018
    June 2017
    February 2017
    September 2016
    August 2016
    July 2016
    June 2016
    May 2016
    February 2016
    January 2016
    December 2015
    November 2015
    September 2015
    August 2015
    July 2015
    June 2015
    March 2015
    January 2015
    November 2014
    October 2014
    September 2014
    August 2014
    July 2014
    June 2014
    May 2014
    February 2014
    January 2014
    December 2013
    November 2013
    October 2013
    July 2013
    June 2013
    May 2013
    April 2013
    March 2013
    February 2013
    January 2013
    December 2012
    October 2012
    September 2012
    August 2012
    July 2012
    June 2012
    May 2012

    Categories

    All
    2D
    3rd Year Project
    Agile
    Android
    Angular
    Animation
    API
    Apple
    Apps
    Arden
    Async
    Awesomium
    C#
    CI/CD
    Clean Code
    CMake
    Cocos2d-x
    Colour Match
    Compilers
    Cross Compiling
    Cross-Compiling
    Databases
    Design
    Development Tools
    Docker
    Electronics
    Examples
    Flask
    Flask-Login
    Fmod
    Game Development
    Godot
    GUI
    Hackathon
    Hacktoberfest
    Hardware
    Home Life
    IBM
    Inspired Gaming
    Instancing
    Ios
    Javascript
    Jbengine
    Kata
    Level Editor
    Linux
    Microsoft
    Mobile Development
    Monogame
    Moodster
    Motivation
    Networking
    Objective C
    Opengl
    Open Source
    Organisation
    Physics
    Physx
    Pi
    Planning
    Post Mortem
    PyGame
    Python
    Quart
    Quasar
    RakNet
    React
    Road To Eldoarado
    Scripting
    Scrum Master
    Sessions
    Session Timeout
    Social
    Sound
    Space Invaders
    Squash Game
    Squash Game
    Streaming
    TDD
    Team Leading
    Test
    Test Driven Development
    Travis
    Unity
    Unity Development
    VSCode
    Vulkan
    Web Applications
    Worklife
    WSL
    XML
    XNA / C#

    RSS Feed

Powered by Create your own unique website with customizable templates.
  • Home
  • CV
  • University Work
    • Second Year Work >
      • Top-Down Shooter
    • Third Year Work >
      • Terrain Analysis Project >
        • Terrain Analysis Tool
        • Game Demonstration
      • Post Processing
      • Android Application - Sports Centre
  • Projects
    • Unity Development >
      • Lerpz Tutorial
      • Dare to be Digital Entry - "Lit"
      • Unity Game
    • Geometry Instancing
    • Road to Eldorado
    • Level Editor
    • OpenGL Work
    • JBEngine
  • Blog
  • Tutorials
    • Flask Session Timeout