C H A P T E R  7

image

Using Advanced Lua to Extend the Texas Hold'em Poker Addon

We will now use our knowledge from the last chapter to continue working on our poker addon. Remember that we split the addon into four parts: the table browser, the game client, the server, and auxiliary functions. We have already written the simplest part, the table browser.

It's time to think about how to design the rest of the addon. This chapter will cover the auxiliary functions and some parts of the server. We will explore addon communication in the next chapter, which will allow us to finish the server and create the client. The game logic will be in the server; ...

Get Beginning Lua with World of Warcraft Addons now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.