EOSERV Forum > Lounge > Sharing another Pascal Project XD
Topic is locked.
Page: << 1 >>
Sharing another Pascal Project XD
Author Message
Post #86930 Sharing another Pascal Project XD

My computing teacher wanted me to make him some games for some open day tomorrow, so I've spent the best part of today coding snake [I know right, I'm so cool].. Considering I didn't even know where to start a couple hours ago, it hasn't come out too bad in my opinion so.. here you go

Binary: http://dl.dropbox.com/u/11185926/ASCIISnake/v0.0.1/ASCIISnake.exe
Source: http://dl.dropbox.com/u/11185926/ASCIISnake/v0.0.1/ASCIISnake.pas


Screenshot :D

---
If money doesn't grow on trees, then why do banks have branches?
13 years, 50 weeks ago
Post #86946 Re: Sharing another Pascal Project XD

You do alot of ASCII stuff, but its cool :D nice job.

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
13 years, 50 weeks ago
Post #87045 Re: Sharing another Pascal Project XD

yeah, it's because I know a lot of pascal and pascal is a commnad line language, so I can really only do stuff in command prompt, but I'm learning some C++ and allegro, just taking me some time ._.

---
If money doesn't grow on trees, then why do banks have branches?
13 years, 50 weeks ago
Post #87065 Re: Sharing another Pascal Project XD

I'm impressed, this is really cool xD 

I do have a couple comments though. Sometimes the food appears in the body of the snake, it doesn't do anything but it kind of disrupts the visual aspect (lol I know it's just command prompt -.-) of the game. 

Also, when you give the game over message, you might want to have it return to the main menu or do something when the user presses a key. 

---
class EOSERV {
Programmer | Oldbie
Open source EO Client: https://github.com/ethanmoffat/EndlessClient
};
13 years, 50 weeks ago
Post #87072 Re: Sharing another Pascal Project XD

I made something like this in C++ but you use arrow keys instead of letters.

It actually looks very cool.

13 years, 50 weeks ago
Post #87148 Re: Sharing another Pascal Project XD

Kaylinz posted: (8th Jul 2011 08:05 pm)

I made something like this in C++ but you use arrow keys instead of letters.

It actually looks very cool.

you can use arrow keys in this version too ;)

ethanmoffat posted: (8th Jul 2011 07:25 pm)

I'm impressed, this is really cool xD 

I do have a couple comments though. Sometimes the food appears in the body of the snake, it doesn't do anything but it kind of disrupts the visual aspect (lol I know it's just command prompt -.-) of the game. 

Also, when you give the game over message, you might want to have it return to the main menu or do something when the user presses a key. 

Yeah I see what you mean, a couple of people have already said that, I'll fix that later on today or something xD and as for the key press, it should take you to the main menu anyway, if you're not pressing enter, because that's what the main menu uses for its 'selection' so I guess I could clear the user input after a key's been pressed on after you've lost a game, shouldn't be too hard to figure out ;p thanks for the comments guys :}
---
If money doesn't grow on trees, then why do banks have branches?
13 years, 50 weeks ago
Post #87150 Re: Sharing another Pascal Project XD

I might learn some pascal. It looks alot like lua and im beast at that. Seems like it has some functionality too.

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
13 years, 50 weeks ago
Post #87154 Re: Sharing another Pascal Project XD

Noobs, can't beat my flash snake game. It has highscores. Be jealous.

---
http://www.addipop.com
13 years, 50 weeks ago
Post #87155 Re: Sharing another Pascal Project XD

Derps, totally going to add that later now you've said that ;) encrypt the data file for scores too :B

---
If money doesn't grow on trees, then why do banks have branches?
13 years, 50 weeks ago
Post #87156 Re: Sharing another Pascal Project XD
Addison posted: (9th Jul 2011 07:40 am)

Noobs, can't beat my flash snake game. It has highscores. Be jealous.

Haha, yeah, i saw that when u gave me the link to addiserv and i went exploring jur files. XD its pretty beast :D

---
Andrewbob - I would be on the fucking copter of rofls

Programmer, Web Developer, and Graphics Designer
13 years, 50 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Lounge > Sharing another Pascal Project XD