Author Topic: Petit Computer  (Read 90521 times)

0 Members and 1 Guest are viewing this topic.

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Petit Computer
« Reply #60 on: September 30, 2012, 12:07:56 pm »
Another example of a cellular automaton, but unidimensional this time. It uses Wolfram code with a starting pixel in the middle, interesting ones are rules 30, 90, 99 and 110.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Petit Computer
« Reply #61 on: December 11, 2012, 03:43:02 pm »
I've made, as far as I know, the first example of arbitrary WAV playback in Petit Computer (along with some appropriate accompanying graphics). You may be able to guess what it is from the zip filename. ;) It comes in at a hefty 21 QR codes, though a good amount of that is the graphics.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Petit Computer
« Reply #62 on: December 11, 2012, 04:05:48 pm »
I wonder if you could make a CA that generates QR codes....

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Petit Computer
« Reply #63 on: December 11, 2012, 04:16:42 pm »
CA meaning calc app? Might be possible, but only for the lower-res QR codes. I've transcribed a Mii QR code onto the graph screen of my calc before and it worked.
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Petit Computer
« Reply #64 on: December 11, 2012, 04:20:21 pm »
I wonder if you could make a CA that generates QR codes....

Sure, some cellular automata can make QR codes. They're turing complete. Finding an automata that generates QR codes in some non-simulation way would be difficult though.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Petit Computer
« Reply #65 on: December 11, 2012, 06:40:12 pm »
I meant, the resulting cells would be a QR code :P not that it calculates the data for a useful one.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Petit Computer
« Reply #66 on: December 11, 2012, 11:11:46 pm »
I meant, the resulting cells would be a QR code :P not that it calculates the data for a useful one.

In that case, probably not without a truly funky neighborhood and ruleset.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

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: Petit Computer
« Reply #67 on: December 11, 2012, 11:52:11 pm »
I will probably try it later, but I wonder what is it? Objection only reminds me of Phoenix Wright. Also what is arbitrary wav execution?

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Petit Computer
« Reply #68 on: December 12, 2012, 02:18:13 am »
Arbitrary wav execution means playing uncompressed sound files. Arbitrary because it's not hard coded, and wav being the format.

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Petit Computer
« Reply #69 on: June 08, 2013, 01:27:14 pm »
Necropost time!

Just wanted to post about what I've been working on recently. I've been working on a clone of an 8-bit style text adventure game, which is a sequel to the Steins;Gate visual novel/anime. Due to spoilerish content, I wouldn't recommend it to those who haven't read/watched the original story (and if you haven't, you should!)

I've pretty much completed the text engine and CG renderer (yep, it uses vector graphics), and so far I've put in all the content contained in the demo version of the game except a few music tracks and sound effects. I'll probably want to complete those before I make any sort of release. Also, of course, I'm basing this on an English fan translation.

Sample photos:



"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Petit Computer
« Reply #70 on: June 08, 2013, 01:28:51 pm »
Woah that looks pretty awesome. I'm looking forward to this.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline TheNlightenedOne

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 427
  • Rating: +16/-1
    • View Profile
Re: Re: Petit Computer
« Reply #71 on: June 08, 2013, 03:31:29 pm »
Wow. that's cool
"Eris" (Ndless 3.1)
"Keto" (Ndless 3.1)
"Luna" (AMS 3.10, HW4)
"Aurora" (2.55MP)

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: Petit Computer
« Reply #72 on: June 08, 2013, 06:26:02 pm »
Yeah, that does look cool, great job! :D

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

Offline TheBassetHound

  • LV2 Member (Next: 40)
  • **
  • Posts: 36
  • Rating: +7/-3
  • GLaDOS is a potato
    • View Profile
Re: Petit Computer
« Reply #73 on: June 08, 2013, 09:39:06 pm »
I have Petit Computer on my 3ds, which I'm using to post this! But then I found out about TI-BASIC... Its much easier

I made a few Q/A programs, then stopped and started programming my TI-84.

Ok bye! Got to go pwn nwbz! (You know what they say... Have kart, will pwn)

* TheBassetHound starts playing Mario Kart 7
TheBassetHound


Aperture Science Handheld Portal Device
 /––––\    (¯\       /¯—/¯¯–______––
/   /\/˜¯¯¯\  \____/     \
   /          \___________\
 –(           |____________\
   \   /¯¯--•¦=––––––––––––\
    \/           ¯\==========\
\     ¯¯——__–¯\—————––\
 \––––___–¯–¦__                   \ √=_
                   \____——¯¯¯¯¯¯¯¯

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: Petit Computer
« Reply #74 on: June 09, 2013, 01:43:20 am »
(You know what they say... Have kart, will pwn)
This reminds me the name of the Cemetech video conference chats on wednesdays which is Have Calc? Will Program. :P



And wow Calc84maniac that is cool! O.O Glad to see more advanced projects (that aren't just concept demos and stuff) from Omni members, and the game looks quite fun too. How large is it so far?