Author Topic: Source Seekers 68k  (Read 31328 times)

0 Members and 1 Guest are viewing this topic.

Offline Princetonlion.tibd

  • Members
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 790
  • Rating: +3/-4
    • View Profile
Re: Source Seekers 68k
« Reply #30 on: June 25, 2014, 02:45:16 pm »
Yeah it probably depends. If he was supposed to do chores or homework or exceeded his time limit to play games then this might explain the mem clear, but certain parents are actually against calc games so they might do it no matter what.
My parents only let me do programming, but most of the time they are okay with gaming.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Source Seekers 68k
« Reply #31 on: June 25, 2014, 07:56:12 pm »
You could probably explain to them that if what you program is a game that you actually need to play the game to ensure it's actually working properly. :P

Offline Princetonlion.tibd

  • Members
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 790
  • Rating: +3/-4
    • View Profile
Re: Source Seekers 68k
« Reply #32 on: June 26, 2014, 04:26:03 pm »
You could probably explain to them that if what you program is a game that you actually need to play the game to ensure it's actually working properly. :P
My dad does programming and hardware, my mom doesn't care.
(Let's stop getting off topic)

I need to learn more 68k BASIC, so this is on hold while I try to make some other things to improve my skills.
« Last Edit: June 26, 2014, 05:06:21 pm by Princetonlion.tibd »

Offline bb010g

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 428
  • Rating: +22/-1
  • I do stuff
    • View Profile
    • elsewhere on the net
Re: Source Seekers 68k
« Reply #33 on: June 26, 2014, 07:59:13 pm »
I was stupid enough not to back it up. My dad had me preform a memory clear...

I'm re-writing.
Just a random memory clear? :(
Arch Linux user
Haskell newbie | Warming up to Lua | Being dragged into C++
Calculators: HP 50g, HP 35s, Casio Prizm, TI-Nspire CX CAS, HP 28s, HP Prime, Mathematica 9 (if that counts)
π: 3.14...; l: 108; i: 105; e: 101; l+i+e: 314
THE CAKE IS A LIE IS A PIE

Offline Princetonlion.tibd

  • Members
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 790
  • Rating: +3/-4
    • View Profile
Re: Source Seekers 68k
« Reply #34 on: June 30, 2014, 03:15:36 am »
I was stupid enough not to back it up. My dad had me preform a memory clear...

I'm re-writing.
Just a random memory clear? :(
a few weeks ago, yeah...

Offline Princetonlion.tibd

  • Members
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 790
  • Rating: +3/-4
    • View Profile
Re: Source Seekers 68k
« Reply #35 on: July 31, 2014, 04:26:50 pm »
Well, I'm sharpening my skills with other programs now, so this is on hold

Offline Princetonlion.tibd

  • Members
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 790
  • Rating: +3/-4
    • View Profile
Re: Source Seekers 68k
« Reply #36 on: September 14, 2014, 10:11:34 pm »
bump
I think I can do this now. Progress will be slow and there will be no sprites for now.

Update: made a moving pi across screen.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Source Seekers 68k
« Reply #37 on: September 15, 2014, 01:10:53 am »
Although there will be no sprite for now, remember that in pure 68K BASIC using sprites is possible, since picture files can be any size.

Offline Princetonlion.tibd

  • Members
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 790
  • Rating: +3/-4
    • View Profile
Re: Source Seekers 68k
« Reply #38 on: September 15, 2014, 06:59:56 pm »
I know, I just need to make the Basic version first, and then add sprites and perhaps a background.

Offline Princetonlion.tibd

  • Members
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 790
  • Rating: +3/-4
    • View Profile
Re: Source Seekers 68k
« Reply #39 on: September 29, 2014, 10:51:02 pm »
Here is the basic version, with sword swings with f1 and moving with arrow keys. Escape quits, though you have to press f5 to get out of the I/O screen.

The best I can do currently. The enemy I tried to implement has some problems in where it spawns always in one place and multiple ones appear. I deleted that code because it needed re-thinking, so don't worry about it being here.



« Last Edit: September 29, 2014, 10:54:48 pm by Princetonlion.tibd »

Offline Princetonlion.tibd

  • Members
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 790
  • Rating: +3/-4
    • View Profile
Re: Source Seekers 68k
« Reply #40 on: November 16, 2014, 11:39:16 am »
I made a video for what I have:
Currently the sword does nothing
The enemy chases you, you are slower than the enemy



I've made some progress

Offline 123outerme

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 458
  • Rating: +23/-0
  • Self-unpaid intern
    • View Profile
Re: Source Seekers 68k
« Reply #41 on: November 18, 2014, 06:40:18 pm »
That's amazing! Will the sword have any delay between displaying it and erasing it?

Offline Princetonlion.tibd

  • Members
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 790
  • Rating: +3/-4
    • View Profile
Re: Source Seekers 68k
« Reply #42 on: November 20, 2014, 03:52:09 pm »
It has a delay because I tried to make it like the original.

At about 0:10 I hit f1 and use the sword.
« Last Edit: November 20, 2014, 08:58:56 pm by Princetonlion.tibd »

Offline The_King

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 247
  • Rating: +6/-2
  • Ⓣⓗⓔ Ⓖⓐⓜⓔ ⓍⒹ
    • View Profile
Re: Source Seekers 68k
« Reply #43 on: November 20, 2014, 09:06:48 pm »
I like it so far XD

Can you just change my name to The_King ???

Good luck

Offline Princetonlion.tibd

  • Members
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 790
  • Rating: +3/-4
    • View Profile
Re: Source Seekers 68k
« Reply #44 on: November 20, 2014, 09:08:03 pm »
Where did I put your name wrong? I don't see it anywhere