EOSERV Forum > Lounge > ASCII Portal
Topic is locked.
Page: << 1 >>
ASCII Portal
Author Message
Post #60697 ASCII Portal

Basically, In computer science, things are moving very slowly, and I've self taught myself a lot of Pascal as that's going to be what our next unit is entirely based on. But I've already done the past units work so I started to make my own portal game :D! Now I'm sure you're all awareoftheactualmake of this game. The cake is a lie. Etc etc. Made by valve all rights reserved and all that drivel. Anyway. This portal game is made from pascal, so it's not brilliant, and it was just a little project to get me moving on with Pascal. For anyone that's interested, feel free to have aplay aroundwith the source: http://dl.dropbox.com/u/11185926/portal.pas. Text Format: https://tehsausage.com/paste/ascii-portal. I'll probably compile this as a win executable some time,but I'm inlinux, so I can't right now, or atleast, i don't know how would be more the point. So Controls:

Move left: a
Move right: d
Move down: s
Move up: w
aim up-left: q
aim up-right: e
shoot orange portal: p
shoot blue portal: o
Make the map bigger in x value: 1
Make the map bigger in y value: 2
Make the map smaller in y value: 3
Make the map smaller in x value: 4

Enjoy!

TODO:
-Gravity
-Momentum
-Proper Maps
-Puzzles.
-Diagonal Portals.

---
If money doesn't grow on trees, then why do banks have branches?
14 years, 13 weeks ago
Post #60699 Re: ASCII Portal

Compile it! :)

14 years, 13 weeks ago
Post #60700 Re: ASCII Portal

Haha, It'll be a progressive thing, like when I'm bored, I'll try to add more to it / re-write things slightly better than they are now like the way you shoot portals for example they don't shoot diagonally so I guess I could work on that too, shouldn't be too hard.

I thought you said complete it, I do apologise. I need to boot into windows to compile it. And I'll work on it some more tomorrow, bare with me a sec.

Okay so I booted into windows and now it says exit code 201 when I try to run the program, it compiles fine as a windows executable, it just crashes when I try to run it, but oddly it works fine in linux o.O?

---
If money doesn't grow on trees, then why do banks have branches?
14 years, 13 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Lounge > ASCII Portal