Author Topic: Kenny Game [CANCELLED]  (Read 2878 times)

0 Members and 1 Guest are viewing this topic.

Offline benedikt.muessig

  • LV2 Member (Next: 40)
  • **
  • Posts: 35
  • Rating: +2/-0
    • View Profile
    • My homepage
Kenny Game [CANCELLED]
« on: May 29, 2014, 07:31:23 pm »
Hello,
I was developing a project, where you could have played as Kenny McCormick from South Park and could have solved levels.
It was going to be a side scroller.


Images
« Last Edit: January 18, 2015, 11:17:46 am by benedikt.muessig »

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Kenny Game
« Reply #1 on: May 30, 2014, 12:55:22 am »
As I said, good luck with it ! :D

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Kenny Game
« Reply #2 on: May 30, 2014, 04:34:42 am »
Good luck!
Are you using Axe?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline benedikt.muessig

  • LV2 Member (Next: 40)
  • **
  • Posts: 35
  • Rating: +2/-0
    • View Profile
    • My homepage
Re: Kenny Game
« Reply #3 on: May 30, 2014, 08:25:34 am »
Yes I'm programming in Axe

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Kenny Game
« Reply #4 on: May 31, 2014, 01:57:31 am »
Good luck, because side scrollers can be kinda challenging if there are a lot of obstacles and stuff.  (especially if you have less than 4 years of experience in Axe programming, let alone programming in general)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Kenny Game
« Reply #5 on: May 31, 2014, 03:44:14 am »
Do you already have tilemap scrolling down ? You shown me a screenshot with working jumping physics the other day.

Offline benedikt.muessig

  • LV2 Member (Next: 40)
  • **
  • Posts: 35
  • Rating: +2/-0
    • View Profile
    • My homepage
Re: Kenny Game
« Reply #6 on: May 31, 2014, 08:28:32 pm »
Well the physics are all working now properly.
I'm still working on the side scrolling, but I think I can manage this  ;)

Offline benedikt.muessig

  • LV2 Member (Next: 40)
  • **
  • Posts: 35
  • Rating: +2/-0
    • View Profile
    • My homepage
Re: Kenny Game
« Reply #7 on: June 08, 2014, 06:30:32 pm »
A quick status update:
I managed all the Physics.
Now I have to make the Level scrolling.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: Kenny Game
« Reply #8 on: June 08, 2014, 06:35:15 pm »
Nice but you should have done the scrolling first. :P

Offline benedikt.muessig

  • LV2 Member (Next: 40)
  • **
  • Posts: 35
  • Rating: +2/-0
    • View Profile
    • My homepage
Re: Kenny Game
« Reply #9 on: June 10, 2014, 07:42:45 am »
Probably yes, but my scrolling isn't going to be that complex.
It's just scrolling the level from right to left if you get off-screen on the right side.