Game Script
I'm trying to teach myself ASP, I've done very small modifications before but would like to get into it seriously and so have decided to build a website using ASP, obviously this has to be something of interest to me to help me through the hard "head scratching" coding times, so I've decided to attempt to make a fantasy league game for Moto GP.
I know, I know not very easy (well maybe it is for you, but not me) Anyways I was looking for a good script on the web which I could sit down and look at and then rip to pieces and rebuild so that it will fit what I want it to do (I often find it's a good way of learning)
However I've been completely unable to find an ASP script anywhere for a fantasy type game.
View Replies
I am developing a blackjack game which is multiplayer, multitable game in which 4 users playing on each table.
There are 8 tables like this.
I am generating random cards through my random card function. Main problem is that I want to track cards for avoiding repitition. I can use application veriable for one table . But how to do for multitable ? We can't track it on session side as well as application side as all tables are in one application.
View Replies
View Related
I'm trying to detect if a specific character is in my string. I looked through all the string functions via-google and I can't seem to find one. I'm trying to use:
if InStr(myString, *) = "" then
print: the * isn't in the string
else
print: the * is in the string
end if
but this doesn't seem to work... Any ideas?
View Replies
View Related
I am looking for a free ASP game code that I can use on my site. I'm not too fussed what thjegame is but I would like ti to have a higgh score chart to increase the interactivity of my site.
View Replies
View Related
Eu gostaria de criar a seguinte página e gostaria da ajuda de todos. I have a data base (jogos.mdb) that he has a name table (resultados). In the table resulted I have the
fields: data | time1 | resultado1 | time2 | resultado2
I want to create a command that goes to show these information nu'ma line of a page any. Example of as he will have to be shown: 12/03/2006 São Paulo 1 x Saints 0 . I would like to not only call these information a data base that goes to be in another site and in that the data base will be housed. I do not have idea of as I can make this. They can help me to create this page.
View Replies
View Related
how to MONITOR (send/recieve) data from a game? (or game server) I've spoken with a few people, and they say I need to tie into the game's API that it uses for the chat channel, but I've no idea how to do that (I assume a technology like ASP, along with some other technologies or not) should be able to communicate with a game. Does anyone have resources I can read up on or can spread some light on the situation?
View Replies
View Related